Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the integrationconnection
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>",
"url": "<string>",
"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>",
"url": "<string>",
"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
Was this page helpful?