---
title: "POST /token"
method: POST
path: "/token"
---

# POST /token

`POST /token`

## Headers

- `Content-Type` string

## Request body

- object
  - `grant_type` string, required
  - `refresh_token` string, required — Your Refresh Token

## Response `200`

- object
  - `access_token` string — The JWT token to use in future requests
  - `refresh_token` string — Token used to refresh the token and get a new JWT token after expiration
  - `token_type` string — Token Type : always "bearer"
  - `expires_in` string — The lifetime in seconds of the access token

---

[API](https://skmtc.net/helloasso/apis/api-authentication-access-token.md) · [All operations](https://skmtc.net/helloasso/apis/api-authentication-access-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helloasso/api-authentication-access-token/versions/b8cd7d9ae24e/schema)
