---
title: "Validate your authentication credentials"
method: GET
path: "/auth/validate"
tags: ["auth"]
---

# Validate your authentication credentials

`GET /auth/validate`

If the credentials supplied as HTTP basic are valid, the user's level of premium - if any - is returned.

## Response `200`

The supplied credentials are valid

- object
  - `premium` integer — The user's premium level; 1 for Bronze, 2 for Silver, 3 for Gold; or 0 for none

## Other responses

- `401` — The supplied credentials are not valid

---

[API](https://skmtc.net/tvmaze/apis/tvmaze-user-api.md) · [All operations](https://skmtc.net/tvmaze/apis/tvmaze-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tvmaze/tvmaze-user-api/revisions/4a251a7b3226/schema)
