The Movie Database · JSON Structure

Tmdb Api Authentication Create Session From V4Token Response Structure

TMDB Authentication — Create Session (from V4 Token) (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

success session_id

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-create-session-from-v4token-response-structure.json",
  "name": "AuthenticationCreateSessionFromV4TokenResponse",
  "description": "TMDB Authentication \u2014 Create Session (from V4 Token) (200 payload).",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    },
    "session_id": {
      "type": "string",
      "examples": [
        "2629f70fb498edc263a0adb99118ac41f0053e8c"
      ]
    }
  }
}