List a program’s members

Get loyalty memberships of a program.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Error cases

Wrong type in query param (400)

{
    "status": 400,
    "errors": [
        {
            "error_key": "per_page",
            "error": "wrong_type",
            "error_description": "This value should be of type numeric."
        },
        {
            "error_key": "per_page",
            "error": "wrong_value",
            "error_description": "This value should be greater than 0."
        }
    ]
}

Program ID does not exist

{
    "status": 404,
    "errors": [
        {
            "error_key": "id",
            "error": "wrong_value",
            "error_description": "Program not found for id 2."
        }
    ]
}
Path Params
integer
required
\d+

Program identifier.

Query Params
integer
1 to 1000
Defaults to 50

Number of items displayed per page.

integer
≥ 1
Defaults to 1

Page number.

fields
array of objects

Use a combination of field, operator and searched value. It will return contact statuses that matched your search. Fields available on search in orders are 'card_code', 'program_joined_at', 'card_expire_at', 'q_point', 'nq_point', 'tier', 'name', 'firstname'.

fields
Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json