GET /api/sandbox/state
GET/api/sandbox/state
Returns a full Sandbox snapshot for the current API key: the loans block with loans and flow state plus the partner block with partner profile, links, and rewards.
Use this endpoint to synchronize your UI after any POST request or after a FLOW_CONFLICT error. In Sandbox, each API key sees only its own test state.
Idempotency-Key is not required for GET requests, and idempotency_replayed is not returned.
Example:
curl https://partner.fundora.capital/api/sandbox/state \
-H "Authorization: Bearer sk_sandbox_YOUR_KEY"
Responses
- 200
- 401
- 429
Sandbox state
Sandbox API key is missing or invalid
Sandbox API rate limit exceeded