cURL
curl --request GET \ --url http://localhost:8081/v1/routing/decisions \ --header 'X-Org-Id: <x-org-id>' \ --header 'X-Reevit-Key: <api-key>'
{ "decisions": [ { "payment_id": "<string>", "status": "<string>", "amount": 123, "currency": "<string>", "method": "<string>", "country": "<string>", "provider": "<string>", "connection_id": "<string>", "route": [ { "connection_id": "<string>", "provider": "<string>", "status": "<string>", "error": "<string>", "labels": [ "<string>" ], "routing_hints": { "country_preference": [ "<string>" ], "method_bias": {}, "fallback_only": true }, "latency_ms": 123 } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
API key for server-to-server authentication
Organization identifier for multi-tenancy
Filter payments created on or after this date (RFC3339)
Filter payments created before this date (RFC3339)
1 <= x <= 200
x >= 0
OK
Show child attributes