Skip to main content
API v1 requests use an API key. Send the key as a bearer token:
curl \
  -H "Authorization: Bearer <API_KEY>" \
  "https://spaportal.cz/api/v1/destinations"
API v1 also accepts the access_token query parameter:
curl "https://spaportal.cz/api/v1/destinations?access_token=<API_KEY>"
Prefer the Authorization header for integrations that can set request headers.

Authentication errors

StatusCause
400The key is missing, or the Authorization header does not use Bearer <API_KEY>.
401The key is invalid.