---
title: "POST /api/v3/oauth/token"
method: POST
path: "/api/v3/oauth/token"
tags: ["oauth"]
---

# POST /api/v3/oauth/token

`POST /api/v3/oauth/token`

Request an access token sending the client credentials.

## Request body

- TokenSerializers
  - `client_id` string, uuid, required — Client identifier granted for 99minutos.
  - `client_secret` string, required
  - `access_token` string, required — Json web token
  - `expires_in` integer, required — jwt expires in seconds
  - `token_type` string, required — Token type
  - `traceId` string, uuid, required — Serial for help us to tracking request

## Response `200`

- TokenSerializers
  - `client_id` string, uuid, required — Client identifier granted for 99minutos.
  - `client_secret` string, required
  - `access_token` string, required — Json web token
  - `expires_in` integer, required — jwt expires in seconds
  - `token_type` string, required — Token type
  - `traceId` string, uuid, required — Serial for help us to tracking request

---

[API](https://skmtc.dev/99minutos/apis/api-version-3.md) · [All operations](https://skmtc.dev/99minutos/apis/api-version-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/99minutos/api-version-3/revisions/3eca3996fd97/schema)
