Dev Highway API v2.8.4

Fannie Mae Dev Highway Developer Portal

Internal API reference for the Dev Highway service portal. Provides access to service records, transaction management, SCM integrations, and administration endpoints.

API Status: Operational Environment: Production Region: us-east-1 Version: 2.8.4

Service Records

Access and manage service data, PII, status, and history. Supports individual lookup and bulk export.

Browse Records

Search

Search service records by name or ID. Supports advanced query filters.

Search Records

SCM Integrations

Manage Bitbucket, Nexus, and Jenkins integration tokens and webhook endpoints.

View Integrations

Administration

Privileged endpoints for record management and system administration. Requires authentication.

Admin Panel

API Endpoints

MethodEndpointDescriptionAuth
GET/recordsList all service recordsNo
GET/records/:idFull record by ID (includes PII)No
GET/records/exportExport all records as JSONNo
GET/records/searchSearch records by name or IDNo
POST/records/:id/commentsAdd comment to recordNo
GET/api/transactions/searchSearch transactions by record IDNo
POST/api/lms/webhookReceive SCM events (shared secret)Header
GET/integrations/tokensActive SCM integration tokensNo
POST/tools/lookupDNS lookup utilityCookie
POST/tools/executeExecute system commandCookie
POST/admin/records/:id/updateUpdate service recordCookie
POST/profileUpdate user profileCookie
GET/debug/configSystem config and connection stringsNo
GET/welcomePersonalized welcome pageNo