Skip to main content
GET
/
api
/
v1
/
engines
List Engines
curl --request GET \
  --url https://api.usenexio.com/api/v1/engines \
  --header 'Authorization: Bearer <token>'
{
  "engines": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "slug": "auto-home-pl",
      "label": "Personal Lines Auto + Home",
      "description": "Quote matching for bundled home and auto policies.",
      "engine_type": "placement",
      "status": "active",
      "created_at": "2026-04-01T10:00:00Z",
      "updated_at": "2026-04-01T10:00:00Z"
    },
    {
      "id": "660e8400-e29b-41d4-a716-446655440001",
      "slug": "mortgage-readiness",
      "label": "Mortgage Readiness Check",
      "description": "Coverage gap analysis for mortgage applications.",
      "engine_type": "entity_analysis",
      "status": "active",
      "created_at": "2026-04-02T14:30:00Z",
      "updated_at": "2026-04-03T09:15:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key with environment prefix. Use nx_test_... for sandbox and nx_live_... for production. Obtain keys at platform.usenexio.com/settings/api-keys.

Response

List of engines.

engines
object[]
required