Roku · JSON Structure

Nabu Cloud Personal Access Token Created Structure

Response when a new PAT is created - includes the actual token

Type: object Properties: 2 Required: 2
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

PersonalAccessTokenCreated is a JSON Structure definition published by Roku, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

token token_info

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/roku/refs/heads/main/json-structure/nabu-cloud-personal-access-token-created-structure.json",
  "name": "PersonalAccessTokenCreated",
  "description": "Response when a new PAT is created - includes the actual token",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "maxLength": 2048,
      "minLength": 1,
      "title": "Token",
      "description": "The actual token - save this, it won't be shown again!"
    },
    "token_info": {
      "$ref": "#/components/schemas/PersonalAccessTokenOut"
    }
  },
  "required": [
    "token",
    "token_info"
  ]
}