T
Trakt API
Details
- URL
-
https://api.trakt.tv - Docs
- https://trakt.docs.apiary.io/api-description-document
Authentication
trakt-api-key: <credential> Create an app from Create an App using the new application form. After registering, Trakt provides a client_id and client_secret. Use that app to run OAuth 2.0 authorization code or device code flows against https://trakt.tv/oauth/authorize and https://trakt.tv/oauth/token. The docs say every app should send trakt-api-key with your client_id, and endpoints that require or support OAuth also use Authorization: Bearer <access_token>.
Trakt API application (client ID and client secret)
trakt-api-key: <credential> + Trakt API application (client ID and client secret) Authorization: Bearer <credential> discovered