Home
Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
createSigningKey | POST | /signing_key | Create a new signing key. | View createSigningKey - /signing_key |
getSigningKey | GET | /signing_key/{signing_key_id} | Retrieve the specified keypairs. | View getSigningKey - /signing_key/{signing_key_id} |
getSigningKeys | GET | /signing_key | Retrieve all keypairs owned by the user making the request. | View getSigningKeys - /signing_key |