Get Programs
Endpoint: https://rest.virtualincentives.com/{version}/{format}/programs
Method: GET
Definitions
Field | Type | Description |
---|---|---|
programid | required response string | The programid that the order was placed under. |
currency | response only string | Program currency. |
name | response only string | Name of the program. |
type | response only string | The type of the brand i.e. Virtual Reward, Physical Reward, Gift Cards, or Global Virtual Visa. |
Examples
Response XML
<program>
<name>Survey Incentives</name>
<programid>26209</programid>
<currency>USD</currency>
<type>Physical Reward</type>
</program>
Response JSON
{
"program":
{
"name":"Survey Incentives",
"programId":26209,
"currency":"USD",
"type":"Physical Reward"
}
}
Updated over 4 years ago