List Partnerships (brands)
GET {{baseUrl}}/v1/instagram/brands?limit=<number>&query=<string>
Search the list of Partnerships (brands) that have worked with the influencer.
Body
PARAM
Key | Datatype | Required | Description |
limit
|
string | Max items to get | |
query
|
string | String to search by |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"brands": [
{
"id": "<number>",
"name": "<string>"
},
{
"id": "<number>",
"name": "<string>"
}
],
"total": "<number>",
"error": "<boolean>"
} |
ENDPOINTS