POST /application/connect with a callback URL. It proves the request came from your server.
Headers
All HMAC-authenticated requests need:| Header | Value |
|---|---|
api-key | Your master api-key |
Authorization | HMAC {timestamp}:{signature} |
Content-Type | application/json |
How to Calculate the Signature
MD5-hash the request body
{} — this gives 99914b932bd37a50b983c5e7c90ae93b.