All requests must be authenticated using one of your organization’s API keys.
Users with the MANAGE_ORG_API_KEYS
permission can create and maintain API keys through the settings menu in the dashboard, by going into the API section.
A valid key must be provided with every request, via the header x-dispense-api-key
:
curl -X POST https://api.dispenseapp.com/2023-03 -H "x-dispense-api-key:your-key-here"