v1

latestOpenAPI 3.0.02026-08-0622087.9 KB
Zapier

Authenticate Zapier user

Validates a Zapier token and returns user information

post/api/zapier/authentication

Request body

tokenstring required

Example request

{
  "token": "abc123xyz"
}

Response

Authentication successful

Example response

{
  "user": {
    "id": 12,
    "name": "Camilla Hansen",
    "email": "camilla@example.com"
  }
}