Integrations
List Integrations
Integrations
List Integrations
List all available Integrations.
curl --request POST \
--url https://app.vessel.dev/api/integrations/list \
--header 'x-vessel-api-token: <x-vessel-api-token>'
{
"integrations": [
{
"display": {
"iconURI": "1f12532...",
"name": "Apollo"
},
"id": "apollo"
}
]
}
curl --request POST \
--url https://app.vessel.dev/api/integrations/list \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{}'
{
"integrations": [
{
"display": {
"iconURI": "1f12532...",
"name": "Apollo"
},
"id": "apollo"
}
]
}