cURL
curl --request POST \ --url https://api.example.com/invite \ --header 'Content-Type: application/json' \ --data ' { "policyId": "<string>", "customerId": "<string>", "type": "COMPANY", "branchId": "<string>", "email": "<string>" } '
200
Example
{ "token": "<string>"}
Policy id
Customer id
Invite type
COMPANY
EMPLOYEE
RETAIL_TO_RETAIL_BROKER
POLICY_OWNER
REINVITE
ANONYMOUS
WHOLESALE_TO_RETAIL_BROKER
Branch id
Email address
Token
Was this page helpful?