List of Employee Transactions


This endpoint retrieves a list of transactions associated with the authenticated user's account. It includes transaction details such as amount, date, status, and any other relevant metadata for each transaction.

Method API Endpoint
POST https://admin-eficyent.rare-able.com/api/user/transactions

headers: Object containing the API headers.

'X-Api-Key': To know how to generate please use Authentication

'X-Api-Signature': To know how to generate please use Authentication

Body Params

skip optional For Pagination | Accepted Values : 0, 1

take optional For Pagination | Max - 12

order_by optional Accepted Values : newest, oldest