Connection
Get CRM Integrations
Connection
Get CRM Integrations
Return all of the CRM integrations supported by Vessel.
curl --request GET \
--url https://app.vessel.dev/connection/crm/integrations \
--header 'vessel-api-token: <vessel-api-token>' \
--header 'x-vessel-api-token: <x-vessel-api-token>'
curl --request GET \
--url https://api.vessel.land/connection/crm/integrations \
--header 'Content-Type: application/json'
{
"integrations": [
{
"integrationId": "hubspot",
"name": "Hubspot",
"iconURL": "string"
}
]
}