JWT Error Responses

Here's a list of error responses and possible causes when using JWT with Wowza Video REST API.

Partial OR Incorrect OR Revoked Token

{"meta":{"status":401,"code":"ERR-401-ExpiredToken","title":"Expired Token Error",
"message":"Token has expired.","description":""},"request_id":
"b07f03278e25594748d531c6e40ee30d","request_timestamp":"2022-08-25T06:06:25.409Z"}​

No Token

{"meta":{"status":401,"code":"ERR-401-InvalidToken","title":"Invalid Token Error",
"message":"Token is invalid.","description":""},"request_id":
"6ca9d02fdb0f5cbb225525052e6e8b8e","request_timestamp":"2022-08-25T06:08:05.125Z"}​

Wrong API version (v1.7 or earlier) OR Misspelled Authorization header

{"meta":{"status":401,"code":"ERR-401-NoApiKey","title":"No Api Key Error",
"message":"No API key sent in header.","description":""},"request_id":
"64f93c65dafd19592d997630caec1124","request_timestamp":"2022-08-25T06:22:20.843Z"}​

Valid Token From Different Account

{"meta":{"status":403,"code":"ERR-403-RecordUnaccessible","title":
"Record Unacces