post https://canvas.xoxoday.com/chef/v1/oauth/api
This document explains the API endpoint for Send Points
Send Points API Schema
Property | Type | Description |
---|---|---|
variables.recipients_data.sender_email | String | Super Admin email sending the points. |
variables.recipients_data.expiry_month | Int/String | Expiry of points in month. |
variables.recipients_data.recipients | [Recipient] | List of recipient objects to whom balance will be sent. |
variables.recipients_data.recipients[].to_name | String | Recipient’s full name. |
variables.recipients_data.recipients[].to_email | String | Recipient’s email address. |
variables.recipients_data.recipients[].amount | String | Amount of balance/credits to be sent. |
variables.recipients_data.recipients[].citation | String | Purpose or reference note for the transaction. |