---
title: "Generate access token"
method: POST
path: "/token"
tags: ["Auth endpoints"]
---

# Generate access token

`POST /token`

Use this endpoint to generate an access token.

## Response `200`

Token generated successfully

- object
  - `access_token` string — The authorization token.
  - `token_type` string — The token's type.
  - `expires_in` number — The token's lifetime in seconds after the issue time.
  - `scope` string — The token's scope.

## Other responses

- `401` — Unauthorized request
- `500` — Internal server error

---

[API](https://skmtc.net/careemnow/apis/careem-pos-api.md) · [All operations](https://skmtc.net/careemnow/apis/careem-pos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/careemnow/careem-pos-api/versions/374e3e0dddca/schema)
