Request a user token to authenticate the organization. A valid JWT token must be provided in the authorization header.
Insert the token obtained from this call in your other calls in the https header in the form of authorization: Bearer {token}.
Only partners can make this call.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/organizations/sso \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "token": "e3d53477-1f85-42c1-8ed0-2bb591700db8"
}