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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object