Skip to main content

List all Brands.

GET 

/registry/beta/brands

Returns a list of your Brands. The brands are returned sorted by creation date, with the most recent appearing first. The list is filterable by sending in any of the following parameters.

Permissions

The API token must include the following scopes: Messaging.

Request

Query Parameters

    filter_name string

    The name given to the brand. Will return all Brands containing this value as a substring.

    filter_state string

    The state of the brand in the registration process, such as pending or complete. Will return all Brands with this value.

Responses

OK

Schema

    links

    object

    self string
    first string
    next string
    prev string
    data object[]
Loading...