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:
- All methods in the Finances API
- issueRefund in the Fulfillment API
- GetAccount in the Trading API
- The following methods in the Post-Order API:
signing_key
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 |