...
Accept: application/json
Content-Type: application/json
X-Api-Key: YOUR_API_KEY
(replaceYOUR_API_KEY
with your actual API key)
Parameters
IdempotencyKey idempotencyKey (optional): This query parameter ensures that the request is idempotent. If the endpoint has already received a request with the same
IdempotencyKey
in the last 7 days, it replies with the same body that was sent the first time. This prevents duplicate requests.
...