Skip to main content
GET
/
einvoice_search
PEPPOL lookup
curl --request GET \
  --url https://api.sandbox.monite.com/v1/einvoice_search \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Query Parameters

network_identifier
string
required

VAT number or business number, depending on the network_schema used. VAT numbers must include the country prefix, for example, use DE010101010 not 10101010.

Note: This endpoint does not validate the format of VAT numbers and business numbers (such as the length or characters used). Invalid values will return {"exists": false}.

Required string length: 1 - 255
network_schema
enum<string>
required
Available options:
DE:VAT,
NL:KVK,
NL:VAT,
BE:VAT,
BE:EN

Response

Successful Response

exists
boolean
required

true is the specified identifier is registered as a receiver in PEPPOL, and false otherwise.