---
title: "Authenticate Zapier user"
method: POST
path: "/api/zapier/authentication"
tags: ["Zapier"]
---

# Authenticate Zapier user

`POST /api/zapier/authentication`

Validates a Zapier token and returns user information

## Request body

- object
  - `token` string, required

## Response `200`

Authentication successful

- object
  - `user` object
    - `id` integer
    - `name` string
    - `email` string

## Other responses

- `500` — Error or token invalid

---

[API](https://skmtc.net/skillspark/apis/zapier-api-documentation.md) · [All operations](https://skmtc.net/skillspark/apis/zapier-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skillspark/zapier-api-documentation/versions/9502a693bd5d/schema)
