GET
List creators
/v1/clipsonar/creatorsLists creators available to the API key. No query or body parameters.
Query parameters
This endpoint has no query parameters.
Request body
This endpoint has no request body.
Response
200 Object with a `creators` array.
creatorsobject[]requiredCreator objects for the key scope
{
"creators": [
{
"id": "1af8cf27-866f-4434-8e66-10d67cabd7c1",
"platform": "TIKTOK",
"username": "mrbeast",
"run_status": "COMPLETED",
"refresh": true
}
]
}

