Substy Developers
Creators

Get creator platform users

Look up up to 100 platform user IDs in the context of the creator account.

GET/v1/agencies/{agencyId}/creators/{creatorId}/platform-users

Look up up to 100 platform user IDs in the context of the creator account.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Query Parameters

userIds*array<string>
Items1 <= items <= 100

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/creators/string/platform-users?userIds=string" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "property1": {      "isCreator": null,      "isBlocked": null,      "isRestricted": null,      "lists": null,      "sidebarMeta": null,      "id": "string",      "name": "string",      "username": "string",      "displayName": "string",      "avatar": null    },    "property2": {      "isCreator": null,      "isBlocked": null,      "isRestricted": null,      "lists": null,      "sidebarMeta": null,      "id": "string",      "name": "string",      "username": "string",      "displayName": "string",      "avatar": null    }  },  "meta": {    "requestId": "string"  }}