access_token query parameter:
Authorization header for integrations that can set request headers.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate requests to API v1.
curl \
-H "Authorization: Bearer <API_KEY>" \
"https://spaportal.cz/api/v1/destinations"
access_token query parameter:
curl "https://spaportal.cz/api/v1/destinations?access_token=<API_KEY>"
Authorization header for integrations that can set request headers.
| Status | Cause |
|---|---|
400 | The key is missing, or the Authorization header does not use Bearer <API_KEY>. |
401 | The key is invalid. |