Be Careful: The tools in our API Reference make real API calls that affect your production data.
When making POST requests, ensure that the Content-Type header is set to
application/json, and that the request body is a JSON object.Authentication
All API endpoints are authenticated using Bearer tokens. Set theAuthorization header to Bearer {token}, replacing {token} with your actual API token.
You can create an API token on the Developers page of the admin portal.