The Meadow API is written using common “RESTful” idioms found in many well-used APIs. All of our responses are formatted in JSON, and endpoints that accept data require the data to be sent in JSON format.Documentation Index
Fetch the complete documentation index at: https://api-docs.getmeadow.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
