action thetvdb_post_login { label: "post_login" description: "Returns a session token to be included in the rest of the requests. Note that API key authentication is required for all subsequent requests and user auth is required for routes in the `User` section" provider: thetvdb method: POST path: "/login" encoding: json output: { type: "object" additionalProperties: true } }