Skip to main content
GET
/
reclaim-requests
List reclaim requests
curl --request GET \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/reclaim-requests \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Query Parameters

processor_id
string

Processor ID filter

status
string

Status filter (pending, approved, rejected)

limit
integer
default:50

Limit

offset
integer
default:0

Offset

Response

List of reclaim requests

The response is of type object.