Connections
List Connections
Connections
List Connections
List all connections associated with this api key.
curl --request POST \
--url https://app.vessel.dev/api/connections/list \
--header 'x-vessel-api-token: <x-vessel-api-token>'
{
"connections": [
{
"createdTime": "2022-11-09T23:11:28.617Z",
"environment": "development",
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52",
"integrationId": "apollo"
}
]
}
curl --request POST \
--url https://app.vessel.dev/api/connections/list \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{}'
{
"connections": [
{
"createdTime": "2022-11-09T23:11:28.617Z",
"environment": "development",
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52",
"integrationId": "apollo"
}
]
}