Search for integrations
GET {{fastly_url}}/notifications/integrations?cursor&limit&sort&type
Lists integrations matching the given query parameters. If no query parameter is given, the query returns the first 10 integrations sorted by name in ascending order.
Authorization: Requires API token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
limit | null | Limit how many results are returned. | |
sort | null | Sort the items by the given field. | |
Allowed fields names are "name", "created_at" and "updated_at". Order is ascending by default, preprend the field with the minus sign - to use descending order. | |||
type | null | Filter results based on their type. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |