Integrations
Get Integration Detail
GET
/api/v1/integrations/{integration_id}Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
integration_id*Integration Id
Format
uuidQuery Parameters
auth_type?|null
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/integrations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider", "schema": { "fields": [ { "name": "string", "label": "string", "type": "text", "required": true, "placeholder": "string", "help_text": "string" } ] }}