Retrieve organization token

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.

Request
Security:
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

get/organizations/sso
Request samples
curl -i -X GET \
  https://api-prod.surfsight.net/v2/organizations/sso \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "token": "e3d53477-1f85-42c1-8ed0-2bb591700db8"
}