AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Integrations
List all the Integrations
Integrations
List all the Integrations
Get the details of all Integrations available for the account
GET
/
api
/
v1
/
accounts
/
{account_id}
/
integrations
/
apps
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/integrations/apps
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"hook_type": "<string>",
"enabled": true,
"allow_multiple_hooks": true,
"hooks": [
{}
]
}
]
Path Parameters
The numeric ID of the account
Response
200
application/json
Success
Array of Integration apps
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/integrations/apps
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"hook_type": "<string>",
"enabled": true,
"allow_multiple_hooks": true,
"hooks": [
{}
]
}
]