Overview

Sections

Theme switcher

Authenticate Third-Party JWT

Header Parameters

Authorizationstring Required

Bearer token

StoreIdstring Required

StoreId API key provided by Tuned Global to authenticate and authorize access to the 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.

400
Object
Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?