cURL
curl --request POST \ --url https://api.example.com/broker-invite \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "brokerageFirmId": "<string>", "firstName": "<string>", "lastName": "<string>", "type": "COMPANY", "brokerRole": "<string>" } '
{ "token": "<string>" }
Email address to invite
Brokerage firm id
First name
Last name
Invite type
COMPANY
EMPLOYEE
RETAIL_TO_RETAIL_BROKER
POLICY_OWNER
REINVITE
ANONYMOUS
WHOLESALE_TO_RETAIL_BROKER
Broker role
Token
Was this page helpful?