GET
/
auth_integration
/
list
curl -X 'GET' \
  'https://api.coaxial.ai/auth_integration/list' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
}'
{
  "auth_integrations": [
    {
      "id": <auth_integration_id>,
      "name": "string",
      "metadata": "string"
    }
  ]
}
curl -X 'GET' \
  'https://api.coaxial.ai/auth_integration/list' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
}'
{
  "auth_integrations": [
    {
      "id": <auth_integration_id>,
      "name": "string",
      "metadata": "string"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful Response
auth_integrations
object[]
required