Skip to main content

Overview

All Zapier routes are authenticated and scoped to the current user; optionally, requests can be scoped to a specific team via the X-Team-Id header.
  • Base URL: https://www.greetmate.ai
  • Base prefix: /api
  • Auth: Bearer token (same value can be sent in Authorization: Bearer <token> and X-API-KEY: <token>) for Zapier convenience
  • Optional team scoping: X-Team-Id: <team_id> (switches context for the request)

Authentication and Headers

Authorization
string
required
Bearer token used for authentication. Authorization: Bearer &lt;api_token&gt;
X-API-KEY
string
Optional duplicate of the bearer token. Often set by Zapier automatically.
Accept
string
required
application/json
Content-Type
string
required
application/json
X-Team-Id
integer
Optional. Operate on a specific team context for this request.
Note: All endpoints are protected. Ensure the token is valid for the user making the request.

Endpoints Index

See the Make Outgoing Call action under Endpoint Examples: POST /api/make-outgoing-call