Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter
object

Consolidated filter parameter (deepObject style). Originally: filter[name]

page
object

Consolidated page parameter (deepObject style). Originally: page[number], page[size]

filter[name][eq]
string

Filter profiles by exact name match.

filter[name][contains]
string

Filter profiles by name containing the given string.

Response

Successful response with a list of messaging profiles.

data
object[]
meta
object