GET
/
api
/
KarizClientApp
/
GetTpUserAuthDisposableToken
curl --request GET \
  --url https://api.trykariz.com/api/KarizClientApp/GetTpUserAuthDisposableToken \
  --header 'Authorization: Bearer <token>'
{
  "uri": "https://www.app.trykariz.com/en/tpuser/authorize?token=Mvznqqrm...AuD639OMo%3D",
  "token": "Mvznqqrm...AuD639OMo%3D",
  "expirationUtcUnixTimeSeconds": 1736269316
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

tpUserId
string
required

Your end user's email address. This is purely for identification purposes. Setting this value will not cause any emails to be sent.

redirectUrl
string

After user finished the authentication process, we will redirect the user on this URL.

scopes
enum<string>[]

Scopes are the channels the user will be asked to authenticate with. By default, user will be given the option to authenticate to all supported channels.

Available options:
shopify,
amazon,
woocommerce,
bol,
sharetribe,
lightspeed_c,
mirakl

Response

200 - application/json
GET /TpUserAuthDisposableToken Successful response
uri
string | null
token
string | null
expirationUtcUnixTimeSeconds
integer