Endpoints Reference
Authentication
Verify authentication data provided by the platform
POST
/v1/{siteEnv}/{siteId}/authentication/verify
PATH PARAMETERS
siteEnv
string
*Example: live
siteId
string
*Example: bobs-store
BODY PARAMETERS
body
object
*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
string
*RESPONSES
200
Data is verified.
object
customer
object
400
Error Response