POSTpublicMS Auth120 req/min per IP
/client/ms-auth/authorize
Consent screen action after callback; issues Axolite session token.
Auth & headers
Allowed roles: public
content-type: application/jsonParameters
| Name | Location | Type | Required | Description |
|---|
Request schema
| Field | Type | Required | Description |
|---|---|---|---|
| auth_request_id | uuid | Yes | Auth request id. |
| accept | boolean | Yes | User consent result. |
Response schema
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | Yes | authorized | denied | expired |
| axolite_session_token | string | No | Returned when authorized. |
| redirect_uri | string | No | Optional launcher redirect. |
Response preview
{
"status": "string",
"axolite_session_token": "string",
"redirect_uri": "string"
}Examples
curl -X POST https://axolite-production.up.railway.app/client/ms-auth/authorize -H 'content-type: application/json' -d '{"auth_request_id":"<request_uuid>","accept":true}'Error variants
HTTP 400
Request not ready
Complete callback before consent.
Was this page helpful?
Feedback is saved locally for now.