Using the API Playground: The interactive playground in this documentation connects to our staging environment. Generate an API key from the Staging Dashboard to test endpoints directly from these docs.
Authentication Header
Authentication to the Data Plane API is performed via theX-Api-Key header.
Idempotency Key
All API requests require anIdempotency-Key header. This is a unique value (such as a UUID) that you generate for each request. It serves two purposes:
- Safe retries: If a request fails due to a network issue, you can safely retry it with the same idempotency key without risking duplicate operations.
- Request tracing: The key is echoed back in the
X-Request-Idresponse header for debugging and support purposes.
uuidgen.