Endpoints Reference
Authentication

Verify authentication data provided by the platform

POST
/v1/{siteEnv}/{siteId}/authentication/verify

Verifies authentication data, such as a JWT, provided by the platform on the front end.

Path Parameters
siteEnv
*
siteId
*
Body Parameters
body
*
Description
Data to verify. It must be possible to derive the platform external ID for the customer from this data in order to satisfy the response criteria.
data
*
Responses
200
Data is verified.
customer
400
Error Response