Skip to main content
POST
/
api
/
core
/
saml
/
refresh
Refresh SAML access token
curl --request POST \
  --url https://api.example.com/api/core/saml/refresh \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>",
  "expires_in": 900
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

access_token
string
required
expires_in
integer
default:900