WSO2 · JSON Structure

Devportal Api Application Key Re Generate Response Structure

ApplicationKeyReGenerateResponse schema from WSO2 API Manager

Type: object Properties: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Application key details after re generating consumer secret is a JSON Structure definition published by WSO2, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

consumerKey consumerSecret

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/devportal-api-application-key-re-generate-response-structure.json",
  "name": "Application key details after re generating consumer secret",
  "description": "ApplicationKeyReGenerateResponse schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "consumerKey": {
      "type": "string",
      "description": "The consumer key associated with the application, used to indetify the client",
      "example": "vYDoc9s7IgAFdkSyNDaswBX7ejoa"
    },
    "consumerSecret": {
      "type": "string",
      "description": "The client secret that is used to authenticate the client with the authentication server",
      "example": "TIDlOFkpzB7WjufO3OJUhy1fsvAa"
    }
  }
}