Fidel API integration (Finance, Data). Imported from open-connector.
https://api.fidel.uk/v1/brands
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of brands to return. |
| start | string | optional | The opaque cursor string returned as nextCursor by a previous Fidel list action… |
| order | string | optional | Sort order for the upstream created or datetime field. |
| name | string | optional | Filter brands by name. |
/brands/{brandId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The Fidel brand ID to fetch. |
/programs/{programId}/cards
| Param | Type | Required | Description |
|---|---|---|---|
| programId | string | required | The Fidel program ID whose cards you want to list. |
| limit | integer | optional | The maximum number of cards to return. |
| start | string | optional | The opaque cursor string returned as nextCursor by a previous Fidel list action… |
| order | string | optional | Sort order for the upstream created or datetime field. |
/cards/{cardId}
| Param | Type | Required | Description |
|---|---|---|---|
| cardId | string | required | The Fidel card ID to fetch. |
/programs/{programId}/transactions
| Param | Type | Required | Description |
|---|---|---|---|
| programId | string | required | The Fidel program ID whose transactions you want to list. |
| limit | integer | optional | The maximum number of transactions to return. |
| start | string | optional | The opaque cursor string returned as nextCursor by a previous Fidel list action… |
| order | string | optional | Sort order for the upstream created or datetime field. |
| from | string | optional | The inclusive starting ISO date-time filter. |
| to | string | optional | The inclusive ending ISO date-time filter. |
/transactions/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transactionId | string | required | The Fidel transaction ID to fetch. |