Skip to main content
GET
/
creator-connections
/
creators
/
lookup
Lookup Creator Connections Creators by Associates Tags
curl --request GET \
  --url https://app.levanta.io/api/seller/v1/creator-connections/creators/lookup \
  --header 'Authorization: Bearer <token>'
{
  "creators": [
    {
      "creatorTeamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "creatorConnectionsId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

creatorConnectionsIds
string
required

Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]

Response

Success

creators
object[]
required