Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.06 KB

LoginApi.md

File metadata and controls

37 lines (20 loc) · 1.06 KB

\LoginApi

All URIs are relative to https://api4.thetvdb.com/v4

Method HTTP request Description
login_post POST /login create an auth token. The token has one month validation length.

login_post

crate::models::LoginPost200Response login_post(login_post_request) create an auth token. The token has one month validation length.

Parameters

Name Type Description Required Notes
login_post_request LoginPostRequest [required]

Return type

crate::models::LoginPost200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]