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

KeyDatatypeRequiredDescription
cursornullCursor 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.
limitnullLimit how many results are returned.
sortnullSort 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.
typenullFilter results based on their type.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring