| Header | Description |
|---|---|
| open-apikey | Your Ceffu API Key |
| signature | Base64 RSA signature of request payload |
| 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)