Skip to main content

Endpoint

Headers

string
required
Your public API key.
string
required
Your API secret. Use a stl_test_... value in sandbox, stl_live_... in production.
string
required
The ID of the business you are inviting the member to.

Request body

string
required
The email address of the person you want to invite. An invitation will be sent to this address with a registration link.
string
required
The ID of the role to assign to the new member. Retrieve available role IDs from GET /clients/members/roles.

Response

Returns 201 Created on success.
boolean
true on success.
string
Confirmation message, e.g. "Invitation sent successfully".

Code examples

Example response