List Facebook Pages after OAuth
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/connect/facebook/pages"{ "pages": [ { "id": "string", "name": "string", "picture_url": "string", "category": "string" } ]}Found something wrong? Help us improve this page.