---
title: "Exchange an authorization code for an access token"
method: POST
path: "/oauth/access_token"
tags: ["Authentication Extras\\Essentials"]
---

# Exchange an authorization code for an access token

`POST /oauth/access_token`

This method exchanges an OAuth authorization code for an OAuth access token.

## Response `200`

The authorization code was exchanged.

## Other responses

- `400` — * The grant type is invalid. * The authorization code is invalid. * The redirect URI doesn't match the URI to create the authorization code.

---

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