Tyk · JSON Structure

Tyk Gateway New Client Request Structure

Type: object Properties: 7
API GatewayAPI ManagementGraphQLOpen Source

NewClientRequest is a JSON Structure definition published by Tyk, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

api_id client_id description meta_data policy_id redirect_uri secret

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NewClientRequest",
  "type": "object",
  "properties": {
    "api_id": {
      "type": "string"
    },
    "client_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "meta_data": {
      "type": "object"
    },
    "policy_id": {
      "type": "string"
    },
    "redirect_uri": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    }
  }
}