Check if your company's organization number is registered in the Peppol network. This is relevant if you want to send and receive electronic invoices via Peppol. Only Swedish companies can be registered for Peppol services.
/account Accept Example Content-Type Example data object required data.cached boolean
· Example: true data.eligible boolean required
· Example: true data.orgno string required
· Example: 5555550000 data.participantName string · nullable
· Example: null Nullable: may be null when not applicable.
data.peppolId string · nullable
· Example: 0007:5592901325 Nullable: may be null when not applicable.
data.reason string
· Example: lookup_unavailable data.registered boolean · nullable required
· Example: false Nullable: may be null when not applicable.
requestId string required
· Example: 2121ae20-bd9d-41e9-aeeb-5dd1dd1a24ba Unique request identifier (UUID).
success boolean required
· Example: true True for successful responses.
timestamp string required
· Example: 2026-02-10T00:00:00.000Z ISO 8601 timestamp (UTC).
https://cloud.hostup.se/api/account/peppol-status curl -X GET "https://cloud.hostup.se/api/account/peppol-status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "2026-02-10T00:00:00.000Z",
"requestId": "2121ae20-bd9d-41e9-aeeb-5dd1dd1a24ba",
"data": {
"eligible": true,
"registered": false,
"peppolId": null,
"participantName": null,
"orgno": "5555550000"
}
}