Skip to main content
POST
/
partner
/
transaction-history
Transaction History
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/partner/transaction-history \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key-ID: <x-api-key-id>' \
  --header 'X-Partner-ID: <x-partner-id>' \
  --header 'X-Signature: <x-signature>' \
  --header 'X-Timestamp: <x-timestamp>' \
  --data '
{
  "limit": 123,
  "offset": 123
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Headers

X-API-Key-ID
string
required
X-Partner-ID
string
required
X-Timestamp
string
required
X-Signature
string
required

Body

application/json
limit
integer
offset
integer

Response

200 - application/json

Success

The response is of type object.