The Movie Database · JSON Structure

Tmdb Api Authentication Validate Key401Response Structure

TMDB Authentication — Validate Key (401 payload).

Type: object Properties: 3
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

AuthenticationValidateKey401Response is a JSON Structure definition published by The Movie Database, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status_code status_message success

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/tmdb/refs/heads/main/json-structure/tmdb-api-authentication-validate-key401response-structure.json",
  "name": "AuthenticationValidateKey401Response",
  "description": "TMDB Authentication \u2014 Validate Key (401 payload).",
  "type": "object",
  "properties": {
    "status_code": {
      "type": "int32",
      "examples": [
        7
      ],
      "default": 0
    },
    "status_message": {
      "type": "string",
      "examples": [
        "Invalid API key: You must be granted a valid key."
      ]
    },
    "success": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    }
  }
}