Skip to main content

Internal API

HTTP routes consumed by the Gredit web interface. They are not part of the public /api/v1/ contract and are not intended for external integrations.

For programmatic consumption from outside the application, use the API (external).

Endpoints

MethodRouteDescription
POST/script/api_issuesRetrieve issues for a script (internal UI use)
GET/home/api_issues_by_statusIssues dashboard grouped by status
POST/issues/exportsExport issues to file

These routes may change without prior notice, as they are coupled to Rails application behavior rather than a public integration contract.