curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors \
--header 'Authorization: <api-key>'{}List all processors with pagination
curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors \
--header 'Authorization: <api-key>'{}GET /api/v1/processors
{
"processors": [
{
"id": "proc_abc123",
"name": "Smart PAY Merchant",
"phone_number": "+23277123456",
"email": "merchant@smartpay.sl",
"status": "active",
"created_at": "2025-01-15T10:30:00Z"
}
],
"total_count": 25,
"limit": 50,
"offset": 0
}
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Internal server error |