auth_integration
Integrate Okta
API Documentation
Endpoints
- auth_integration
- data_integration
- function
- model_integration
- provision
auth_integration
Integrate Okta
POST
/
auth_integration
/
okta
/
init
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>
}
]
}
]
}
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>
}
]
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Index names in an array of strings
Maximum length:
128
Maximum length:
128
Maximum length:
128
Maximum length:
128
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>
}
]
}
]
}