curl --request GET \
--url https://api.blaxel.ai/v0/integrations/connections/{connectionName} \
--header 'Authorization: Bearer <token>'
{
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"config": {},
"integration": "<string>",
"sandbox": true,
"secret": {}
}
}
Returns an integration connection by integration name and connection name.
curl --request GET \
--url https://api.blaxel.ai/v0/integrations/connections/{connectionName} \
--header 'Authorization: Bearer <token>'
{
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"config": {},
"integration": "<string>",
"sandbox": true,
"secret": {}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the integrationconnection
successful operation
Integration Connection
Was this page helpful?