Authentication

Use OAuth2 Bearer tokens to authenticate API requests.

Bearer Token

Include the Authorization header on requests:

Authorization: Bearer <token>

Example (curl)

curl -H "Authorization: Bearer $TOKEN" https://api.yompster.com/api/events

Token Scopes

Tokens are scoped to the authenticated user. Ensure your token grants access to the requested resource.