Skip to main content

  • Important: Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made by EU/UK sellers. Please refer to Digital Signatures for APIs to learn more on the impacted APIs and the process to create signature to be included in the HTTP payload.

  • OpenAPI Specification - Version 2.0 for all of our RESTful APIs will no longer be available starting April 5, 2023. We will continue leveraging OpenAPI Specification - Version 3.0 for new features in our RESTful APIs.

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:

Note: For additional information about keypairs and creating Message Signatures, refer to Digital Signatures for APIs.

signing_key

Method NameHTTP MethodPathSummarySamples
createSigningKeyPOST/signing_keyCreates keypairs using the selected cipher.View createSigningKey - /signing_key
getSigningKeyGET/signing_key/{signing_key_id}Retrieves a specific keypair and metadata for a specified signing key ID associated with the application key making the call.View getSigningKey - /signing_key/{signing_key_id}
getSigningKeysGET/signing_keyRetrieve keypairs and metadata for all keypairs associated with the application key making the call.View getSigningKeys - /signing_key