Authentication

Milk Moovement uses API keys to allow access to the API.

The API key must be included in all API requests. You can do this but providing the token in the X-API-KEY header of the request:

curl -H "X-API-KEY: <your-key>" https://api.prod.milkmoovement.io/v1/schedules

Please be sure to keep your API keys secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

If you have accidentally shared an API access token publicly, please reach out to Milk Moovement Support

Last updated