---
title: "Exchange credentials for an access token"
method: POST
path: "/oauth/token"
tags: ["token"]
---

# Exchange credentials for an access token

`POST /oauth/token`

SmartRecruiters will call this endpoint to exchange the credentials received from Partner for an access token.

## Response `200`

Access token

- AccessToken
  - `access_token` string, required
  - `expires_in` integer, required — Indicates for how many seconds the token will be valid from the moment it was generated.

## Other responses

- `400` — Error Response https://tools.ietf.org/html/rfc6749#section-5.2

---

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