curl --request POST \
  --url https://api.rampartcorporation.com/developer/v1/sso \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>"
}'
{
  "link": "https://partner.rampartcorporation.com/sso#abc123",
  "accountToken": "account_879..."
}

Follow instructions from the SSO guide to learn how to generate the SSO token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json

Response

200 - application/json

Authentication successful

The response is of type object.