Connections
Find Connection
Connections
Find Connection
Find a connection
curl --request POST \
--url https://app.vessel.dev/api/connections/find \
--header 'x-vessel-api-token: <x-vessel-api-token>' \
--data '{
"id": "<id>"
}'
{
"connection": {
"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/find \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52"
}'
Authorizations
x-vessel-api-token[header]required
string
Body
idrequired
string
Response
connection
object
Connection
curl --request POST \
--url https://app.vessel.dev/api/connections/find \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52"
}'
{
"connection": {
"createdTime": "2022-11-09T23:11:28.617Z",
"environment": "development",
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52",
"integrationId": "apollo"
}
}