---
title: "Using a refresh token"
method: POST
path: "/v6/authentication/oauth2/token{refresh}"
tags: ["Token endpoint"]
---

# Using a refresh token

`POST /v6/authentication/oauth2/token{refresh}`

Use the token endpoint to retrieve an access token which can be used to authorize API
requests. This endpoint supports the Authorization Code grant, the Refresh Token grant and the Client Credentials grant.

## Response `200`

Successful response

- object
  - `refresh_token` string
  - `token_type` string
  - `expires_in` integer
  - `access_token` string
  - `scope` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
