Substy Developers
Scheduling

Get agency creator status

Check whether the current agency has connected creator accounts.

GET/v1/agencies/{agencyId}/creator-presence

Check whether the current agency has connected creator accounts.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

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-presence" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": true,  "meta": {    "requestId": "string"  }}