Skip to main content

Welcome

The Refactor API allows you to programmatically import claims, trigger calls, check claim payment status, get denial clarifications, and verify authorization status, and more.

Authentication

All API requests require an API key passed via the x-api-key header, along with a tenant_id query parameter.
curl -X GET "https://api.refactorbilling.com/claim-status?tenant_id=1&visit_number=V12345" \
  -H "x-api-key: your-api-key"

Endpoints