addObject
, deleteIndex
, editSettings
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Query Parameters
Number of items per page.
Required range:
1 <= x <= 100
Page number of the paginated API response.
Required range:
x >= 1
Destination type.
Example:
"search"
Authentication ID used by destinations.
Universally unique identifier (UUID) of an authentication resource.
Get the list of destinations used by a transformation.
Example:
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Property by which to sort the destinations.
Available options:
name
, type
, updatedAt
, createdAt
Sort order of the response, ascending or descending.
Available options:
asc
, desc