πRequest Signatures
Signing Your Requests
Supported Algorithms
Key Generation
openssl ecparam -name secp384r1 -genkey -noout -out ec-secp384r1-priv-key.pem-----BEGIN EC PRIVATE KEY----- MIGkAgEBBDB8VIl4tFsxpD/7QN7LNWqzWhBrksKY1gdbp6aFzN5kBM5+PtDL/C1Y nF+ACeMbf7ygBwYFK4EEACKhZANiAAQ1WCxX6Z7z/bbj6PntmWChGqtzfX5mmLLU +621jNM55fI2k5sPvPUmd891mU/L7FAPxowiE8Cu48hHXTayYqDaO9CE0m8eWWXg T6s+j8ku4qgs66a9GDh3IG3tjelZzVY= -----END EC PRIVATE KEY-----openssl ec -in ec-secp384r1-priv-key.pem -pubout > ec-secp384r1-pub-key.pem-----BEGIN PUBLIC KEY----- MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAENVgsV+me8/224+j57ZlgoRqrc31+Zpiy 1PuttYzTOeXyNpObD7z1JnfPdZlPy+xQD8aMIhPAruPIR102smKg2jvQhNJvHlll 4E+rPo/JLuKoLOumvRg4dyBt7Y3pWc1W -----END PUBLIC KEY-----
Registering your Public Key with the API
Update public key used to sign API requests. When you upload your public key, a unique key ID is returned in response. This is different to your public key itself, and is required to sign your requests
Unique ID of your key. This is different to your public key itself, and is required to sign your requests
86b59965-6cf1-4633-9148-92848330fd1bBase64 encoded public key used for signing requests. Requirements for cryptographic algorithms and more details can be found in our documentation
LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUZZd0VBWUhLb1pJemowQ0FRWUZLNEVFQUFvRFFnQUUzTEw1RldmVFgvL3BJaXNEL0xneFVIT2lxdlFTSUVWTgpGekloOTdLZXBlWk1iZVZsUGd1akZ4Yk5MN2x1ZVhRQnBpUWUzNmZLN0xSbXZNNHdEaWZFTkE9PQotLS0tLUVORCBQVUJMSUMgS0VZLS0tLS0=Successful operation
No content
Invalid request
Not authorised
Internal error
No content
Delete public key used to sign API requests
Unique ID of your key. This is different to your public key itself, and is required to sign your requests
86b59965-6cf1-4633-9148-92848330fd1bSuccessful operation
No content
Invalid request
Not authorised
Internal error
No content
Request Content Digest
Last updated