Request a valid access token using refresh token to continue using the API
POST
/authentication/token/refresh
curl \
-X POST https://cloud.sierraonetech.com/skyvision/integrations/v1/authentication/token/refresh \
-H "Content-Type: application/json" \
-d '{"refresh":"eyJhbGciOiJIUzI1..."}'
Request example
{
"refresh": "eyJhbGciOiJIUzI1..."
}
Request examples
{
"refresh": "eyJhbGciOiJIUzI1..."
}
Response examples (200)
{
"access": "eyJhbGciOiJIUzI1..."
}
Response examples (200)
{
"access": "eyJhbGciOiJIUzI1..."
}