Locations
List the locations under a rewards program
GET
/
rewards_programs
/
{id}
/
locations
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the rewards program
Response
200 - application/json
locations
object[]
requiredAn array of Location
objects