Referred Client(s)
Last updated
Was this helpful?
Last updated
Was this helpful?
This action retrieves information about end-user(s) you've referred to the White Swan.
API Method:
POST
https://app.whiteswan.io/api/1.1/wf/client
Returns information about referred end-users associated with your White Swan account.
Authorization*
String
Bearer <YOUR API KEY>
Content-Type*
String
application/json
Accept*
String
application/json
user-agent*
String
<YOUR APP>
JSON Body*
Object
See specification below
Code Examples - Making the API Call:
Body Parameters Specification:
Client Email
client_email
Text
john@doe.com
This input can optionally be used to get information about a specific client.
Returned Parameters Specification:
Referred Client Name
name
Alice Johnson
The name of the referred client.
Referred Client Email
alice.johnson@example.com
The email address of the referred client.
Account User Referring Client
referrer
Alex Johnson
The name of the user on your White Swan account who referred the client.
Referred Client Associated Plan Request IDs
associated_request_ids
1234567890x0987654321
The ID of the plan request(s) associated with the referred client.
Referred Client Associated Personal Plan IDs
associated_plan_ids
1234567890x1122334455
The ID of the personal plan(s) associated with the referred client.