| Description | ||
|---|---|---|
| Request header | open-apikey | Your Ceffu API Key |
| Request header | signature | Base64 RSA signature of request payload |
| (For GET request) Query param | timestamp | Current timestamp in milliseconds |
| (For POST request) Body payload | timestamp | Current timestamp in milliseconds |
| Request Type | Signed Content |
|---|---|
| GET | Query string (e.g. param1=a¶m2=b) |
| POST | Raw JSON body string |
signature header.signature: {signatureValue}rsa_sign(sha512(data), private_key)