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

Last updated