The Movie Database · JSON Structure

Tmdb Api Authentication Create Guest Session Response Structure

TMDB Authentication — Create Guest Session (200 payload).

Type: object Properties: 3
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

AuthenticationCreateGuestSessionResponse 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

success guest_session_id expires_at

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-guest-session-response-structure.json",
  "name": "AuthenticationCreateGuestSessionResponse",
  "description": "TMDB Authentication \u2014 Create Guest Session (200 payload).",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    },
    "guest_session_id": {
      "type": "string",
      "examples": [
        "1ce82ec1223641636ad4a60b07de3581"
      ]
    },
    "expires_at": {
      "type": "string",
      "examples": [
        "2016-08-27 16:26:40 UTC"
      ]
    }
  }
}