cURL
curl --request POST \ --url https://api.rampartcorporation.com/v2/sso \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "token": "<string>" }'
{ "link": "https://partner.rampartcorporation.com/sso#abc123", "accountToken": "account_879..." }
Authenticate a user via SSO and return a redirect link with account token
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Authentication successful
The response is of type object.
object