Description: Get your system's token default expiry value.
Since: 7.62.x
Security: Requires a user with admin permissions.
Usage: GET api/v1/config/token/default_expiry
Produces: application/json
Sample Output:
curl -H "Content-type: application/json" -H "Authorization: Bearer ACCESS_TOKEN" -XGET http://localhost:8082/access/api/v1/config/token/default_expiry { "default_token_expiration" : 32000000 }