Look up participant
GET/v1/lookup
Checks whether a Peppol participant is registered on the network and returns their Access Point reference and supported document types.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Lookup result
Response Headers
Effective per-minute request budget for this API key + verb. Defaults to 60 GET / 20 POST, overridable per key via the admin policy endpoint.
Requests remaining in the current window for this API key + verb.
Decrements by 1 on each accepted request; resets to limit when
the sliding window rolls over.
Unix epoch seconds at which the oldest request in the current window ages out — i.e. the earliest time remaining could increase.
Validation error
Missing or invalid credentials
Source IP is not in the allowlist for this API key. Configured via
the admin policy endpoint — when allowedIps is set, the source IP
of every /v1/* request is checked against the list.
Rate limit exceeded. Defaults: 60 GET/min, 20 POST/min per API key;
overridable per key via the admin policy endpoint. Every response
(success and 429) carries X-RateLimit-Limit, X-RateLimit-Remaining,
X-RateLimit-Reset.
Response Headers
Seconds to wait before retrying
Effective per-minute request budget for this API key + verb. Defaults to 60 GET / 20 POST, overridable per key via the admin policy endpoint.
Requests remaining in the current window for this API key + verb.
Decrements by 1 on each accepted request; resets to limit when
the sliding window rolls over.
Unix epoch seconds at which the oldest request in the current window ages out — i.e. the earliest time remaining could increase.