v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062438211.0 KB
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

phonestring

Customer phone number

fulnamestring

Client name

Example request

{
  "phone": "+13155550175",
  "fulname": "James Smith"
}

Response

Created

successboolean

Execution success status (true)

Example response

{
  "success": true,
  "meta": {
    "message": "Created"
  }
}