---
title: "Get Ticket Information"
method: POST
path: "/api/{serviceId}/auth/authorization/ticket/info"
tags: ["Authorization Endpoint"]
---

# Get Ticket Information

`POST /api/{serviceId}/auth/authorization/ticket/info`

## Path parameters

- `serviceId` string, required

## Request body

- AuthorizationTicketInfoRequest
  - `ticket` string, required — The ticket that has been issued from the `/auth/authorization` API.

## Response `200`

- AuthorizationTicketInfoResponse
  - `info` AuthorizationTicketInfo
    - `context` string — The arbitrary text attached to the ticket.
  - `action` 'OK' | 'NOT_FOUND' | 'CALLER_ERROR' | 'AUTHLETE_ERROR' — The result of the `/auth/authorization/ticket/info` API call.
  - `resultCode` string — The code which represents the result of the API call.
  - `resultMessage` string — A short message which explains the result of the API call.

## Other responses

- `400`
- `401`
- `403`
- `429` — The request exceeded the request rate permitted for the endpoint.
- `500`

---

[API](https://skmtc.net/authlete/apis/authlete-api.md) · [All operations](https://skmtc.net/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authlete/authlete-api/versions/7ad74ab64749/schema)
