Skip to main content
POST
/
api
/
v2
/
creators
/
get
Get creators by IDs
curl --request POST \
  --url https://www.topyappers.com/api/v2/creators/get \
  --header 'Content-Type: application/json' \
  --header 'x-ty-api-key: <api-key>' \
  --data '
{
  "userIds": [
    "<string>"
  ]
}
'
{
  "data": [
    {
      "id": "<string>",
      "username": "<string>",
      "followers": 123,
      "averageViews": 123,
      "engagementRate": 123,
      "age": "<string>",
      "gender": "<string>",
      "mainCategory": "<string>",
      "subCategory": "<string>",
      "bio": "<string>",
      "promotedProducts": [
        "<string>"
      ],
      "nichesToPromote": [
        "<string>"
      ],
      "country": "<string>",
      "source": "<string>",
      "email": "[email protected]"
    }
  ]
}

Authorizations

x-ty-api-key
string
header
required

API key for TopYappers API authentication

Body

application/json
userIds
string[]
required

Response

List of creators

data
object[]
required