# Token

> A schema in the Payments API reference. Source: https://hub.ozow.com/api-reference/payments-api/schemas/token/

## Fields

- `access_token` (string, required, max length 500) - The token needed for subsequent requests.
- `token_type` (string, required, max length 50) - The token type.
- `expires_in` (string, required, max length 50) - The lifetime of the token in seconds.
