Guestify Docs

Authentication

How to authenticate requests to the Guestify API.

API access tier

Programmatic API access is available on Velocity and above.

Requests are authenticated per organization. The full scheme (keys, scopes, and rate limits) renders here from the OpenAPI security definitions when the developer surface is wired up.

curl https://app.guestify.com/api/v1/... \
  -H "Authorization: Bearer <token>"

This is scaffold content — exact endpoints and auth come from the live spec.