Learn how to authenticate your requests to the NeetoCal API using API keys.
curl https://{your-workspace}.neetocal.com/api/external/v1/bookings \ --header 'X-Api-Key: your-api-key' --H "Content-Type: application/json"
X-Api-Key
X-Api-Key: your_api_key_here
NEETOCAL_API_KEY=your_api_key_here NEETOCAL_WORKSPACE=yourworkspace
{ "error": "Could not authenticate, invalid API Key" }
Invalid API key
Incorrect workspace subdomain