The Movie Database · JSON Structure

Tmdb Api Authentication Create Session From Login Response Structure

TMDB Authentication — Create Session (with Login) (200 payload).

Type: object Properties: 3
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

AuthenticationCreateSessionFromLoginResponse 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 expires_at request_token

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-login-response-structure.json",
  "name": "AuthenticationCreateSessionFromLoginResponse",
  "description": "TMDB Authentication \u2014 Create Session (with Login) (200 payload).",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    },
    "expires_at": {
      "type": "string",
      "examples": [
        "2018-07-24 04:10:26 UTC"
      ]
    },
    "request_token": {
      "type": "string",
      "examples": [
        "1531f1a558c8357ce8990cf887ff196e8f5402ec"
      ]
    }
  }
}