PHP Code Example
Signing a Request (Example in PHP)
1️⃣ Take the request body:
2️⃣ Sign it using your private key:
3️⃣ Add the signature to the request headers:
4️⃣ Send it! 🎉
Last updated
Was this helpful?
1️⃣ Take the request body:
2️⃣ Sign it using your private key:
3️⃣ Add the signature to the request headers:
4️⃣ Send it! 🎉
Last updated
Was this helpful?