← Tools Reference

Fidel API

Fidel API integration (Finance, Data). Imported from open-connector.

API key6 toolshttps://api.fidel.uk/v1
GET
fidel_api_list_brands
List Fidel brands available to the connected secret API key.

/brands

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of brands to return.
startstringoptionalThe opaque cursor string returned as nextCursor by a previous Fidel list action…
orderstringoptionalSort order for the upstream created or datetime field.
namestringoptionalFilter brands by name.
GET
fidel_api_get_brand
Fetch one Fidel brand by brand ID.

/brands/{brandId}

1 parameter
ParamTypeRequiredDescription
brandIdstringrequiredThe Fidel brand ID to fetch.
GET
fidel_api_list_cards
List Fidel cards for one program ID.

/programs/{programId}/cards

4 parameters
ParamTypeRequiredDescription
programIdstringrequiredThe Fidel program ID whose cards you want to list.
limitintegeroptionalThe maximum number of cards to return.
startstringoptionalThe opaque cursor string returned as nextCursor by a previous Fidel list action…
orderstringoptionalSort order for the upstream created or datetime field.
GET
fidel_api_get_card
Fetch one Fidel card by card ID.

/cards/{cardId}

1 parameter
ParamTypeRequiredDescription
cardIdstringrequiredThe Fidel card ID to fetch.
GET
fidel_api_list_transactions
List Fidel transactions for one program ID.

/programs/{programId}/transactions

6 parameters
ParamTypeRequiredDescription
programIdstringrequiredThe Fidel program ID whose transactions you want to list.
limitintegeroptionalThe maximum number of transactions to return.
startstringoptionalThe opaque cursor string returned as nextCursor by a previous Fidel list action…
orderstringoptionalSort order for the upstream created or datetime field.
fromstringoptionalThe inclusive starting ISO date-time filter.
tostringoptionalThe inclusive ending ISO date-time filter.
GET
fidel_api_get_transaction
Fetch one Fidel transaction by transaction ID.

/transactions/{transactionId}

1 parameter
ParamTypeRequiredDescription
transactionIdstringrequiredThe Fidel transaction ID to fetch.