Skip to main content
GET
/
einvoice_search
Check if e-invoicing credentials exist in the network
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
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

Indicates if the e-invoicing credentials exist in the system