---
title: "List directory entries"
method: GET
path: "/api/directory/entries"
tags: ["Entries"]
---

# List directory entries

`GET /api/directory/entries`

List all directory entries visible to the tenant (own + global).

## Headers

- `x-tenant-id` string, required

## Response `200`

Entry list

- object
  - `entries` DirectoryEntry[]
    - `id` string, uuid
    - `rail` string — Payment rail type (e.g. mobile_money, bank_transfer, card)
    - `identifier` string — Unique identifier within the rail
    - `tenantId` string, nullable — Owning tenant ID, null for global entries
    - `gateway` string, nullable — Gateway provider name
    - `currencies` string[] — Supported ISO 4217 currency codes
    - `priority` integer — Routing priority (lower = preferred)
    - `routingInfo` object — Arbitrary gateway-specific routing metadata
    - `status` 'ACTIVE' | 'SUSPENDED'
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` integer

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/stalela/apis/stalela-directory-api.md) · [All operations](https://skmtc.dev/stalela/apis/stalela-directory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stalela/stalela-directory-api/revisions/766a35bc67dd/schema)
