GET
/
v1
/
members

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

loyaltyNumber
string

Loyalty number of the member. Either the loyaltyNumber or the profileId must be specified. It is generated in the response of the Enroll Member endpoint - POST /v1/members/.

profileId
string

Profile ID of the member. Either the loyaltyNumber or the profileId must be specified. It is generated in the response of the Enroll Member endpoint - POST /v1/members/.

redemptionChoice
string

Redemption choice. Supported options are Bank and Auto. If the redemptionChoice is 'auto,' the points are automatically converted to rewards. When the redemptionChoice is 'bank,' the points are converted to rewards at the member’s requests.

firstName
string

First name of member

middleName
string

Middle name of member

lastName
string

Last name of member

phonenumber
string

Phone number given for enrollment (without space or dash)

email
string

Email address given for enrollment

address
string

Address of member

postalCode
string

Postal code of address

city
string

City name

countryName
string

Country name

countryAbbreviation
string

Abbreviation of country name

regionName
string

State name

regionAbbreviation
string

Abbreviation of state name

offset
integer

Starting number of record (within the total number of records) in the response. Default value is 0.

limit
integer

Ending number of record (from the offset number) in the response. Default value is 20.

Response

200 - application/json

Member details with enrollment status

message
string
default: Exception message

Message corresponding to the call

errors
object

Dictionary of lists with different number of errors or exceptions.

data
object

Member details

status
integer

Status code of call