Tuned Global Services aAPIs

Sections

Authenticate a third-party JWT

Header Parameters

Authorizationstring Required

Contains the JSON Web Token (JWT) provided by the third-party service

Response

200
Object

Returns a TG token.

Response Attributes

access_tokenstring

A JWT access token issued upon successful authentication, used to authorize subsequent API requests.

token_typestring

The type of the issued token, usually indicating the scheme to be used in the Authorization header, such as Bearer.

expires_innumber

The lifetime of the access token in seconds before it expires and requires renewal.

refresh_tokenstring

A token used to obtain a new access token without re-authenticating, typically valid for a longer period.

Was this section helpful?

POST

/

Select
1

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.

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot