Nimbu Developer Docs
ReferenceSettings

Get shipping settings

GET
/settings/shipping

Returns the shipping-related subset of site settings (Bpost integration).

Authorization

AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Response Body

application/json

curl -X GET "https://example.com/settings/shipping"
{
  "bpost_integration_enabled": true,
  "bpost_label_qty": 0,
  "bpost_refcode": "string"
}