Authorizations
API key to authorize requests
Body
application/json
An Idempotency key is a unique identifier for the request. Note:
- Pre-registration calls must be idempotent when using idempotency keys.
- This is used to prevent duplicate requests. Use the same idem key on retry attempts.
- This should be a unique identifier for each request.
- Recommended format is a 16-character string generated by the developer at the time of making this request.
Required range:
x >= 0
Example:
2