eBay · Schema

CreateSigningKeyRequest

This request creates a new signing key.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
signingKeyCipher string The enumerated value for the cipher to be used to create the signing key. Refer to SigningKeyCiper for the
View JSON Schema on GitHub

JSON Schema

ebay-createsigningkeyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSigningKeyRequest",
  "title": "CreateSigningKeyRequest",
  "type": "object",
  "properties": {
    "signingKeyCipher": {
      "type": "string",
      "description": "The enumerated value for the cipher to be used to create the signing key. Refer to <a href= \"/api-docs/developer/key-management/types/api:SigningKeyCipher\" target= \"_blank\">SigningKeyCiper</a> for the list of supported enum values. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/developer/key_management/types/api:SigningKeyCipher'>eBay API documentation</a>"
    }
  },
  "description": "This request creates a new signing key."
}