v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Authorization Endpoint

Get Ticket Information

post/api/{serviceId}/auth/authorization/ticket/info

Path parameters

serviceIdstring required

A service ID.

Request body

ticketstring required

The ticket that has been issued from the /auth/authorization API.

Response

action'OK' | 'NOT_FOUND' | 'CALLER_ERROR' | 'AUTHLETE_ERROR'

The result of the /auth/authorization/ticket/info API call.

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.