Get Specific Page Access Token

GET https://graph.facebook.com/{{api_version}}/{{page_id}}?fields=name,access_token,instagram_business_account&access_token={{user_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

KeyDatatypeRequiredDescription
fieldsstring
access_tokenstring

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"name":"{page_name}","access_token":"{page_access_token}","instagram_business_account":{"id":"{ig_user_id}"},"id":"{page_id}"}