Admin api customers
Notifies Register frontend to start a flow
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
token*string
A string token to start frontend registration flow
storeId*integer
Id of the physical store
tokenType*string
session token type
Default
"SESSION_ID"Value in
"SESSION_ID" | "NONE"checkInDeviceId?integer
The id of check-in device
Response Body
application/json
curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/customers/remote-register" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "storeId": 0, "tokenType": "SESSION_ID" }'Empty
Empty
Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?