Tuned Global Services aAPIs

Sections

Authenticate an external user

Body Parameters

UserIdstring
Countrystring

Response

200
Object

OK

Response Attributes

access_tokenstring

A short-lived token used to authenticate API requests on behalf of the user.

token_typestring

Indicates the type of token returned, usually "Bearer", specifying how the access token should be used in authorization headers.

expires_innumber

The duration in seconds before the access token expires and must be refreshed or reissued.

refresh_tokenstring

A token used to obtain a new access token without requiring the user to re-authenticate. Typically has a longer lifespan than the access token.

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