# List Partnerships (brands)

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

Endpoint: GET /instagram/brands
Security: accessToken

## Query parameters:

  - `limit` (number)
    Max items to get
    Example: 1000

  - `query` (string)
    String to search by
    Example: "ita"

## Response 200 fields (application/json):

  - `error` (boolean)
    If there is an error

  - `brands` (array, required)

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

  - `brands.name` (string, required)

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


