Get Specific Page Access Token
If you already have the page_id
available, you can query directly this endpoint to get the specific Page Access Token you need and avoid having to search for it on the list.
More available fields can be found here.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ||
access_token | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"name":"{page_name}","access_token":"{page_access_token}","instagram_business_account":{"id":"{ig_user_id}"},"id":"{page_id}"}