Jump to Content
Loopz Gift Cards
HomeGuidesAPI ReferenceChangelog
v1.0

Log InLoopz Gift Cards
API Reference
Log In
v1.0HomeGuidesAPI ReferenceChangelog
All
Pages
Start typing to search…

Introduction

  • Authentication
  • Errors
  • Idempotent Requests

Loopz Gift Cards API 1.0

  • Authorization
    • Retrieves the authorization status.get
  • Card Designs
    • List Card Designsget
    • Create Card Designpost
  • Gift Cards
    • Search gift cardsget
    • Create a new gift cardpost
    • Retrieve a gift card by QR codeget
    • Retrieve a gift cardget
    • Adjust the balance of a gift cardpost
    • Redeem a gift cardpost
    • Update the details of a gift card's recipient.put
    • Reload a gift cardpost
  • Notifications
    • Send a notification to a gift card's recipient with their gift card details.post
  • Locations
    • List Locationsget
    • Create Locationpost
    • Retrieve a locationget
    • Update Locationput
  • Transactions
    • Search transactionsget
    • Retrieve a transaction.get
  • Webhooks
    • List all webhooks.get
    • Create a new webhook.post
    • Delete an existing webhook.delete
Powered by 

Search transactions

get https://api.loopz.io/v1/public/transactions

Searches for transactions that match the provided query. The returned transactions are ordered by their transaction_time timestamp in descending order.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!