Get tenant auth token settings
GEThttps://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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
expiryTimeMinutesint32
Possible values: >= 15
and <= 1440
Auth token expiry time in minutes
{
"expiryTimeMinutes": 0
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/tenants/:tenantUid/authTokenSettings' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'