Get Csp Refresh Token Using GET
API code: GET-CSP-REFRESH-TOKEN
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/csp-refresh-token
COPY
Responses
200
OK
Returns
CspRefreshToken
of type(s)
application/json
{
"expires_at": "string",
"health": "string",
"health_message": "string",
"set_by": "string",
"set_time": "string",
"token": "string"
}
string As date-time
As date-time
expires_at
Optional
expires_at
string
health
Optional
health
Possible values are :
NORMAL,
WARNING,
ERROR,
string
health_message
Optional
health_message
string
set_by
Optional
set_by
string As date-time
As date-time
set_time
Optional
set_time
string
token
Optional
token
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/csp-refresh-token