action tvmaze_get_auth_validate { label: "Validate your authentication credentials" description: "If the credentials supplied as HTTP basic are valid, the user's level of premium - if any - is returned." provider: tvmaze method: GET path: "/auth/validate" encoding: json output: { type: "object" properties: { premium: { type: "integer" description: "The user's premium level; 1 for Bronze, 2 for Silver, 3 for Gold; or 0 for none" } } } }