GET
/connection/engagement/integrations
vessel-api-token*
curl --request GET \
--url https://api.vessel.land/connection/engagement/integrations \
--header 'Content-Type: application/json'
{
"integrations": [
{
"integrationId": "outreach",
"name": "Outreach",
"iconURL": "string"
}
]
}
Response
integrations
array
curl --request GET \
--url https://api.vessel.land/connection/engagement/integrations \
--header 'Content-Type: application/json'
{
"integrations": [
{
"integrationId": "outreach",
"name": "Outreach",
"iconURL": "string"
}
]
}