# List Partnerships (brands)

Search the list of Partnerships (brands) that have worked with the influencer.
</br>A successful request costs 0 credits.

Endpoint: GET /instagram/brands
Security: accessToken

## Query parameters:

  - `limit` (number)
    Max items to get

  - `query` (string)
    String to search by

## Response 200 fields (application/json):

  - `error` (boolean)
    If there is an error
    Example: false

  - `brands` (array, required)

  - `brands.id` (number, required)
    Example: 1

  - `brands.name` (string, required)

  - `total` (number, required)
    Total number of brands
    Example: 28

