---
title: "Discover Network Participant Existence"
method: POST
path: "/discovery/exists"
tags: ["Discovery"]
---

# Discover Network Participant Existence

`POST /discovery/exists`

Discover if a network participant exists.

## Request body

- DiscoverableParticipant — A participant to be discovered.
  - `documentTypes` string[] — An array of document types to discover. The default is '["invoice", "creditnote"]'. This is ignored when only checking existence.
  - `network` string — The network to check. Currently only 'peppol' is supported.
  - `flags` DiscoveryFlag — A flag to filter for documents
    - `supportsSelfBilling` 'allowed' | 'required' | 'not_allowed' — Whether or not to filter for documents that support self billing.
  - `metaScheme` string — The meta scheme of the identifier. For Peppol this is always 'iso6523-actorid-upis'.
  - `scheme` string, required — The scheme of the identifier. See <<_receiver_identifiers_list>> for a list.
  - `identifier` string, required — The actual identifier.

## Response `200`

Success

- DiscoveredParticipant — A public identifier for this customer.
  - `code` 'OK' | 'NOK' — The response code.
  - `email` boolean — DEPRECATED. Whether or not an 'OK' response means the document will be sent via Peppol, but delivered by email. This happens in the Belgian Hermes system where all identifiers have been registered, but if the receiver hasn't registered with a service provider, the Hermes system will send a PDF created from the electronic invoice and email that. The electronic document will itself not be emailed. Also see https://einvoice.belgium.be/en/article/send-structured-invoices-all-your-customers-hermes[Hermes^].

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/storecove/apis/storecove-api.md) · [All operations](https://skmtc.net/storecove/apis/storecove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storecove/storecove-api/versions/08483d321101/schema)
