This endpoint is called by the invited member — not by the business owner. The invitee receives an email with an
authorizationToken that they use here to set their profile and password.Endpoint
Headers
string
required
Your public API key.
string
required
Your API secret. Use a
stl_test_... value in sandbox, stl_live_... in production.Request body
string
required
The token sent to the invitee’s email address when the invitation was created.
string
required
The invitee’s first name.
string
required
The invitee’s last name.
string
required
The invitee’s phone number.
string
required
The password the invitee wants to set for their account.
Response
boolean
true on success.string
Confirmation message, e.g.
"Registration completed successfully".