Authentication
Authentication and request signing for the Zebec Partner API.
Last updated
curl -X POST https://dev-super.api.zebec.io/partner/v1/auth/otp/send \
-H "X-Partner-Key: pk_live_..." \
-H "X-Timestamp: 1717339200000" \
-H "X-Nonce: 018f4b24-9f2c-7d2d-9c07-2d5d0f2f2a11" \
-H "X-Signature: <hmac-signature>" \
-H "Content-Type: application/json" \
-d '{"email":"user@example.com"}'