Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.topyappers.com/api/v2/crm/lists/{list_id}/creators/check \ --header 'Content-Type: application/json' \ --header 'x-ty-api-key: <api-key>' \ --data ' { "userIds": [ "instagram_57971538386", "instagram_58848167468" ] } '
{ "message": "OK", "response": { "data": [ { "user_id": "<string>", "exists": true, "contact_id": "<string>", "date_added": "<string>", "date_updated": "<string>" } ], "total": 123 } }
Checks whether one or more creator IDs already exist in a CRM list.
CRM list ID.
1 - 500
Membership returned
"OK"
Show child attributes