Authentication B2C
Send SMS Verification Code
- Request body
- phone (required, string, '+13155550175') - phone to which the code will be sent
- fullname (option, sring, James) - Client name
post/book_code/{location_id}
Path parameters
location_idnumber required
location ID
Headers
Acceptstring required
application/vnd.api.v2+json
Content-Typestring required
application/json
Authorizationstring required
Bearer partner_token
Request body
Example request
{
"phone": "+13155550175",
"fulname": "James Smith"
}Response
Created
Example response
{
"success": true,
"meta": {
"message": "Created"
}
}