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

# Zapier Oauth Token

`POST /zapier/oauth/token`

OAuth2 token endpoint called by Zapier's backend. Supports the
``authorization_code`` and ``refresh_token`` grants. Public (authenticated
by client credentials in the form body), so it is exempt from the cookie
session.

## Response `200`

Successful Response

- ZapierTokenResponse — Standard OAuth2 token response returned to Zapier's backend.
  - `access_token` string, required
  - `token_type` string
  - `expires_in` integer, required
  - `refresh_token` string, required
  - `scope` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
