Substy Developers
Account and agency

Get creator platform details

Read the connected platform's account details for a creator. Stored authentication credentials are excluded.

GET/v1/agencies/{agencyId}/creator-platform-details

Read the connected platform's account details for a creator. Stored authentication credentials are excluded.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Query Parameters

creatorIds*array<>
Itemsitems <= 1000

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/creator-platform-details?creatorIds=string" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": [    {      "name": "string",      "canStream": true,      "unreadCount": 0,      "id": "string",      "username": "string",      "avatar": "string"    }  ],  "meta": {    "requestId": "string"  }}