---
title: "Request access token"
method: POST
path: "/oauth/token"
tags: ["Authorization"]
---

# Request access token

`POST /oauth/token`

Before you can successfully request a SalesMessage API, you must obtain an access token that grants access to the API.<br><br>The `code` your application receives at your Redirect URI is a temporary authorization code that is used to obtain an access token to call the API.<br><br>If the token is not redeemed in the alotted time, the user will need to go through the login and authorization process again.

## Response `200`

OK

- object
  - `token_type` string, text
  - `expires_in` string, text
  - `access_token` string, text
  - `refresh_token` string, text

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
