Skip to main content

List register requests


Retrieve all Peppol registration requests submitted for a company.

Endpoint

PropertyValue
URLPOST /white-label-partner/register-requests
MethodPOST
AuthR-Auth: <partner-jwt>
Content-Typeapplication/json

Example Request

curl --location '{{baseUrl}}/white-label-partner/register-requests' \
--header 'Content-Type: application/json' \
--header 'R-Auth: {{partnerJwt}}' \
--data-raw '{
"companyApiKey": "{{companyApiKey}}"
}'

Request body

{
"companyApiKey": "<company-apiKey>"
}

Request fields

FieldTypeRequiredDescription
companyApiKeystringYesCompany API key from Create company or Get company API key

Response

[
{
"requestId": "...",
"companyId": "f5e6d7c8-1234-5678-9abc-def012345678",
"companyName": "Acme GmbH",
"status": "APPROVED",
"peppolIdentifier": "0088:1234567890123",
"updatedAt": "2026-04-29T11:02:14"
}
]

Response fields

FieldDescription
requestIdRegistration request UUID
companyIdCompany UUID
companyNameCompany name
statusCurrent registration status
peppolIdentifierPeppol identifier in icd:value format
updatedAtLast updated timestamp