List Partnerships (brands)

GET {{baseUrl}}/v1/instagram/brands?limit=<number>&query=<string>

Search the list of Partnerships (brands) that have worked with the influencer.

Request Params

KeyDatatypeRequiredDescription
limitstringMax items to get
querystringString to search by

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;brands&quot;:[{&quot;id&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cnumber\u003e&quot;,&quot;error&quot;:&quot;\u003cboolean\u003e&quot;}