Canonicalize the request body JSON (if present)
Generate HMAC-SHA256 signature using your client secret
Add headers to your request:
x-client-id: Your project client ID
x-client-id
x-signature: The generated signature
x-signature
x-timestamp: Current timestamp in milliseconds - Optional
x-timestamp
Send the request
Last updated 1 month ago