Skip to content
Premiere V2 API
Main Navigation
API
Appearance
Menu
Return to top
On this page
v2.84.0
TS Dev 108 API Documentation
​
Download OpenAPI Document
JSON
Download OpenAPI Document
YAML
Authorization Token
​
Get or check API Authorization tokens
Operations
​
POST
/api/v2/auth-token
POST
/api/v2/auth-token/request-token
GET
/api/v2/auth-token/check
Hide operations
Generate a JWT token from a username and password
​
POST
/api/v2/auth-token
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"login"
:
"string"
,
 Â
"password"
:
"string"
}
Responses
​
200
POST
/api/v2/auth-token
Playground
​
Authorization
bearerAuth
Body
Try it out
Samples
​
Generate a JWT token from a username and password
​
POST
/api/v2/auth-token/request-token
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"login"
:
"string"
,
 Â
"password"
:
"string"
}
Responses
​
200
POST
/api/v2/auth-token/request-token
Playground
​
Authorization
bearerAuth
Body
Try it out
Samples
​
Check validity of an authorization token
​
GET
/api/v2/auth-token/check
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Responses
​
200
GET
/api/v2/auth-token/check
Playground
​
Authorization
bearerAuth
Try it out
Samples
​
Powered by
VitePress OpenAPI