v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBIntegrations
List integration configurations
🔑
Required OAuth scope: integrations:read.
📖
This endpoint is paginated with a page size of 100 integration configurations. For more information, see the Pagination guide.
Lists all integration configurations.
get/api/v2/integrations
Query parameters
Filter on externalPlatform property with LHS bracket notation.
Expected value format is a string.
{
"eq": "loremIpsum",
"ne": "loremIpsum",
"in": [
"loremIpsum"
],
"nin": [
"loremIpsum"
]
}Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 100 integration configurations.
Example response
[
{
"externalPlatform": "My Platform",
"authorId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011"
}
]