{ "info": { "_postman_id": "36d2b26d-4013-488f-a5ea-d39b355522b0", "name": "TVmaze Premium User auth Updates API", "description": "Premium-only user API for TVmaze. Access is restricted to users with a paid\n[Premium subscription](https://www.tvmaze.com/premium). A user can only access\ntheir own data.\n\nAuthentication uses HTTP Basic: the TVmaze username is the basic-auth username and\nthe API key (visible on the user dashboard) is the basic-auth password. There is\nalso a device-style auth-pairing flow exposed at `/auth/start` and `/auth/poll`.\n\n\nContact Support:\n Name: TVmaze", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:22.000Z", "updatedAt": "2026-07-28T03:22:22.000Z", "lastUpdatedBy": "35240", "uid": "35240-36d2b26d-4013-488f-a5ea-d39b355522b0" }, "item": [ { "name": "updates", "item": [ { "name": "shows", "item": [ { "name": "Get Show Updates", "id": "e392a4d5-0571-411c-ade7-cd21095e735b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/updates/shows?since=week", "host": [ "{{baseUrl}}" ], "path": [ "updates", "shows" ], "query": [ { "key": "since", "value": "week" } ] }, "description": "Return a map of show IDs to last-updated timestamps for incremental sync." }, "response": [ { "id": "9eb53bb7-f88f-4500-856c-33d98e937321", "name": "Object keyed by show ID with timestamp values.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/updates/shows?since=week", "host": [ "{{baseUrl}}" ], "path": [ "updates", "shows" ], "query": [ { "key": "since", "value": "week" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"magna_75\": \"\",\n \"mollita\": \"\",\n \"enimc0\": \"\"\n}", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-9eb53bb7-f88f-4500-856c-33d98e937321" } ], "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-e392a4d5-0571-411c-ade7-cd21095e735b" } ], "id": "3f53d0f7-94c0-46fb-baae-9e73793115a0", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-3f53d0f7-94c0-46fb-baae-9e73793115a0" }, { "name": "people", "item": [ { "name": "Get Person Updates", "id": "d1d4a94e-f028-46fa-8d24-02ebb911ccff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/updates/people?since=week", "host": [ "{{baseUrl}}" ], "path": [ "updates", "people" ], "query": [ { "key": "since", "value": "week" } ] }, "description": "Return a map of person IDs to last-updated timestamps for incremental sync." }, "response": [ { "id": "269f7b6d-7161-4dfd-be10-9b71d42a9d58", "name": "Object keyed by person ID with timestamp values.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/updates/people?since=week", "host": [ "{{baseUrl}}" ], "path": [ "updates", "people" ], "query": [ { "key": "since", "value": "week" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"magna_75\": \"\",\n \"mollita\": \"\",\n \"enimc0\": \"\"\n}", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-269f7b6d-7161-4dfd-be10-9b71d42a9d58" } ], "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-d1d4a94e-f028-46fa-8d24-02ebb911ccff" } ], "id": "f35d2947-59f4-4778-9db5-b7595cf2994f", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-f35d2947-59f4-4778-9db5-b7595cf2994f" } ], "id": "4b5c046f-781e-4e15-977f-057b9e864cbd", "createdAt": "2026-07-28T03:22:23.000Z", "updatedAt": "2026-07-28T03:22:23.000Z", "uid": "35240-4b5c046f-781e-4e15-977f-057b9e864cbd" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.tvmaze.com/v1" } ] }