---
title: "Get Tenant Peppol Status"
method: GET
path: "/api/admin/tenants/{tenant_id}/peppol/"
tags: ["Admin"]
---

# Get Tenant Peppol Status

`GET /api/admin/tenants/{tenant_id}/peppol/`

Get the current Peppol registration status for a tenant on our SMP.

## Path parameters

- `tenant_id` string, required

## Response `200`

Successful Response

- PeppolStatusResponse — Response schema for Peppol status check.
  - `peppol_id` string, required
  - `state` 'not_registered' | 'hermes' | 'e-invoice' | 'other'
  - `smp` SMPStatus, required — Status information from our SMP.
    - `service_group` ServiceGroupInfo
      - `participant_identifier` string, nullable
      - `participant_scheme` string, nullable
      - `service_metadata_references` object[], nullable
    - `business_card` BusinessCardInfo
      - `participant_identifier` string, nullable
      - `participant_scheme` string, nullable
      - `business_entity` object, nullable
    - `document_types` DocumentTypeInfo[], nullable
      - `document_type_code` string, required
      - `process_identifier` string, required
      - `endpoints` object[], nullable
  - `last_checked_at` string, date-time, required

## Other responses

- `400` — Bad Request: Invalid Peppol ID or missing tenant data
- `401` — Unauthorized: Invalid or missing admin key
- `403` — Forbidden: Peppol operations not available for organizations in test mode
- `404` — Not Found: Tenant not found
- `422` — Validation Error
- `500` — Internal Server Error: Unexpected server error

---

[API](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api.md) · [All operations](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/e-invoice-be/e-invoice-be-peppol-access-point-api/revisions/a5b8396effe8/schema)
