---
title: "Oauth Token"
method: POST
path: "/oauth/zapier/token"
tags: ["zapier-oauth"]
---

# Oauth Token

`POST /oauth/zapier/token`

OAuth 2.1 Token Exchange Endpoint

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `token_type` string, required
  - `expires_in` integer, required
  - `refresh_token` string, nullable
  - `scope` string, nullable

## Other responses

- `422` — Validation Error

---

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