curl -X 'POST' \ 'https://api.coaxial.ai/auth_integration/okta/init' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "client_key": <okta_api_key>, "org_url": <okta_organization_url> }'
{ "users": [ { "id": "string", "email": "string", "first": "string", "last": "string", "imported_at": "2023-08-09T07:09:10.415Z", "modified_at": "2023-08-09T07:09:10.415Z", "baseUser_id": <your_coaxial_organization_id>, "source_metadata": { "name": "string", "id": <auth_integration_id> }, "resource_list": [ { "name": "string", "id": <coaxial_resource_id> } ] } ] }
Documentation IndexFetch the complete documentation index at: https://docs.coaxial.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.coaxial.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Index names in an array of strings
Show child attributes