Get Programs

Endpoint: https://rest.virtualincentives.com/{version}/{format}/programs

Method: GET

Definitions

FieldTypeDescription
programidrequired response
string
The programid that the order was placed under.
currencyresponse only
string
Program currency.
nameresponse only
string
Name of the program.
typeresponse only
string
The type of the brand i.e. Virtual Reward, Physical Reward, Gift Cards, or Global Virtual Visa.
languageresponse only
string
Language of the program.

Examples

Response XML

<program>
 <name>Survey Incentives</name>
 <programid>26209</programid>
 <currency>USD</currency>
 <type>Physical Reward</type>
 <language>English</language>
</program>

Response JSON

{
  "program":
  {
   "name":"Survey Incentives",
   "programId":26209,
   "currency":"USD",
   "type":"Physical Reward",
   "language":"English"
  }
}