List all the Integrations
GET
/api/v1/accounts/{account_id}/integrations/apps
Integrations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//integrations/apps'
Response Response Example
200 - Example 1
[
{
"id": "string",
"name": "string",
"description": "string",
"hook_type": "string",
"enabled": true,
"allow_multiple_hooks": true,
"hooks": [
{}
]
}
]
Request
Path Params
account_id
stringÂ
required