Connection
Get CRM Integrations
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"
    }
  ]
}

Authorizations

vessel-api-token[header]required
string

Response

integrations
array