Skip to main content
Watchr home page
Watchr
Search...
⌘K
Search...
Navigation
Authentication
Authenticate to receive JWT
Documentation
API Reference
Introduction
API Endpoints
Beta
Endpoints
Authentication
POST
Authenticate to receive JWT
GET
Get Protected
Users
Movies
Discover
Lists
Reviews
Comments
Settings
200
422
Copy
{
"access_token"
:
"<string>"
,
"token_type"
:
"<string>"
}
Authentication
Authenticate to receive JWT
POST
/
auth
Try it
200
422
Copy
{
"access_token"
:
"<string>"
,
"token_type"
:
"<string>"
}
Body
application/x-www-form-urlencoded
username
string
required
password
string
required
grant_type
string | null
scope
string
default:
""
client_id
string | null
client_secret
string | null
Response
200
application/json
Successful Response
access_token
string
required
token_type
string
required
API Endpoints
Get Protected
⌘I