Authenticate a third-party JWT
Header Parameters
Contains the JSON Web Token (JWT) provided by the third-party service
Response
Returns a TG token.
Response Attributes
A JWT access token issued upon successful authentication, used to authorize subsequent API requests.
The type of the issued token, usually indicating the scheme to be used in the Authorization header, such as Bearer.
The lifetime of the access token in seconds before it expires and requires renewal.
A token used to obtain a new access token without re-authenticating, typically valid for a longer period.
Response
Status Codes
200
Everything worked as expected.
400
The request was unacceptable, often due to missing a required parameter.
401
The request was unacceptable, often due to missing a required parameter.
402
The parameters were valid but the request failed.
403
The API key doesnt have permissions to perform the request.
404
The requested resource does not exist.