Skip to main content
GET
/
api
/
lookup
/
participants
Lookup Peppol participants
curl --request GET \
  --url https://api.e-invoice.be/api/lookup/participants
{
  "total_count": 123,
  "used_count": 123,
  "query_terms": "<string>",
  "search_date": "<string>",
  "participants": [
    {
      "peppol_id": "<string>",
      "peppol_scheme": "<string>",
      "entities": [
        {
          "name": "<string>",
          "country_code": "<string>",
          "website": "<string>",
          "geo_info": "<string>",
          "additional_info": "<string>",
          "registration_date": "<string>",
          "identifiers": [
            {
              "scheme": "<string>",
              "value": "<string>"
            }
          ]
        }
      ],
      "document_types": [
        {
          "scheme": "<string>",
          "value": "<string>"
        }
      ]
    }
  ]
}

Query Parameters

query
string
required

Query to lookup

country_code
string | null

Country code of the company to lookup. If not provided, the search will be global.

Response

Successful Response

Represents the result of a Peppol directory search

total_count
integer
required

Total number of results

used_count
integer
required

Number of results returned by the API

query_terms
string
required

Query terms used for search

search_date
string
required

Search date of the result

participants
PeppolParticipant · object[]

List of participants