v1
latestOpenAPI 3.0.32026-07-243003151.2 MBSearch for Programmes
This method allows the calling application to retrieve all Programmes.
Query parameters
Optional Filtering criteria based on one or more ids.
This is a status of the Programme.
Optional Filtering criteria (e.g. type=VOUCHER) allow the calling application to narrow down returned results by type.
EES AIR Programme Tag.
The default client type for an Account unless otherwise stated during individual Account creation.
When the Programme starts.
When the Programme ends.
The date the Programme was created.
The date the Programme was last updated.
This optional request parameter allows the calling application to request a specific sorting order for a result set. Currently supported field names are: id, status and lastUpdated
Offset allows you to skip a number of items before returning data.
The number of items to return.
Headers
Client ID, This will be provided by EES and is unique to the company calling the API.
Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret
This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding response header. Currently supported gzip and deflate, if request header not present no compression will be used.
Unique Reference for the API transaction within the calling company.
This flag denotes the number of attempts that have been made for this request.
Response
OK.
Example response
{
"limit": 50,
"total": 1,
"orderBy": [
{
"name": "id",
"order": "ASC"
}
],
"results": [
{
"id": "1001",
"type": "STANDARD",
"status": "ACTIVE",
"reference": "TestReference",
"details": {
"name": "Test Programme",
"description": "Test Description",
"startDate": "2025-07-01 00:00:00",
"endDate": "9999-12-31 00:59:59",
"tags": [
"test"
]
},
"settings": {
"tokenProvider": "EES",
"tokenFormat": "8Digits",
"cardNumber": {
"bin": "123456",
"scheme": "12"
},
"accountClientType": "BASIC",
"defaultAccountClientState": "BASIC",
"passphrase": true,
"refreshToken": true,
"currency": "GBP"
},
"partners": {
"creation": [
{
"partner": "123"
}
],
"redemption": [
{
"partner": "124"
}
]
},
"rules": {
"expiry": {
"type": "DAYS_AFTER_ACTIVATION",
"date": "null,",
"value": 50
},
"balances": {
"maxBalance": 10000,
"minLoadAmount": 1,
"maxLoadAmount": 1000,
"maxDebitAmount": 1000
},
"redemption": {
"couponLimit": 0
},
"storeRestrictions": {
"banner1": {
"included": {
"locationIdentifiers": null
}
},
"banner2": {
"included": {
"locationIdentifiers": {
"banner2": [
"outlet1"
]
}
}
}
}
},
"dateCreated": "2025-05-09 15:47:58",
"lastUpdated": "2025-06-12 13:30:19"
}
]
}