Company status
Retrieve the current status of a company and its Peppol registrations.
Endpoint
| Property | Value |
|---|---|
| URL | GET /white-label-partner/companies/{companyId}/status |
| Method | GET |
| Auth | R-Auth: <partner-jwt> |
Example Request
curl --location '{{baseUrl}}/white-label-partner/companies/{{companyId}}/status' \
--header 'R-Auth: {{partnerJwt}}'
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
companyId | UUID | Yes | Company UUID |
Response
{
"companyId": "f5e6d7c8-1234-5678-9abc-def012345678",
"companyStatus": "ACTIVE",
"peppolStatus": "ACTIVE",
"participants": [
{
"icd": "0002",
"identifier": "426919851",
"fullParticipantIdentifier": "iso6523-actorid-upis::0002:426919851",
"peppolStatus": "ACTIVE"
}
]
}
Response fields
| Field | Description |
|---|---|
companyStatus | Overall company status |
peppolStatus | Overall Peppol status |
participants[].icd | ICD scheme code |
participants[].identifier | Business identifier value |
participants[].fullParticipantIdentifier | Full Peppol network identifier |
participants[].peppolStatus | Registration status for this participant |
Participant status values
IN_PROCESS
IN_REVIEW
APPROVED
ACTIVE
REJECTED
CANCELED_BY_USER
DELETED_BY_USER
DELETED_BY_ADMIN
DELETE_REQUEST
OUTBOUND_MIGRATED