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