Environments
For production, all requests should be made usinghttps://api.getmeadow.com
When testing, please use our staging sandbox https://api-staging.getmeadow.com
Content Types
The Meadow API always accepts JSON in request bodies and returns JSON in response bodies. You will need to send thecontent-type: application/json header in POST/PUT requests that send data to Meadow.
