cURL
curl --request GET \ --url https://public.reap.video/api/v1/automation/get-integrations \ --header 'Authorization: Bearer <token>'
{ "integrations": [ { "id": "<string>", "platform": "youtube", "isActive": true, "username": "<string>", "name": "<string>", "profilePictureUrl": "<string>" } ] }
List active social media integrations connected to your studio
Show Integration Object
youtube
instagram
tiktok
linkedin
x
curl -X GET "https://public.reap.video/api/v1/automation/get-integrations" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
Was this page helpful?