Skip to main content
GET
cURL
General Instructions:
  • The id masterID is required to get access to that Social Account posts.
  • At least one should be used: postID or postURL
  • Make sure you run Get User Posts endpoint at least one time for the month the post was published in before using this endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

masterID: the id of the Social Account, to get this you need to call the endpoint Get Profile by URL OR Get User Account

includeProfile
boolean
default:false

If you would like to include Profile details, set this to true

postID
string

Example: postID 18062774131888505 , To get this use this endpoint: Get User Posts

postURL
string

Example: postURL https://www.instagram.com/p/DJovQNWOKY1 , To get this use this endpoint: Get User Posts

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK