Authentication Flow
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 IDx-signature: The generated signaturex-timestamp: Current timestamp in milliseconds - Optional
Send the request
Last updated