API Reference
Accounts

Authenticate via an external SSO provider

1min
POST

Calling this endpoint will allow a customer to authenticate themselves against a specific SSO provider. If the authentication is successful, eSuite will indicate whether the account should be linked to an existing account or registered in eSuite.

Authentication
Authorization
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
authenticaticationParameters
*
Description
Authenticate by an external provider.
redirectURI
provider
*
locale
authorisationCode
accessToken
applicationIdentifier
*
Responses
200
OK
Description
Third-party login details.
status
sessionToken
refreshToken
providerProfileDetails
401
Not Authorized
404
Not Found
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
200
401
404
500