Skip to main content

Get tenant auth token settings

GET 

https://api.spectrocloud.com/v1/tenants/:tenantUid/authTokenSettings

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Get tenant auth token settings

Request

Path Parameters

    tenantUid stringrequired

Responses

OK

Schema
    expiryTimeMinutesint32

    Possible values: >= 15 and <= 1440

    Auth token expiry time in minutes

curl -L -X GET 'https://api.spectrocloud.com/v1/tenants/:tenantUid/authTokenSettings' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired