v1
latestOpenAPI 3.0.42026-08-045381279.6 KBDivisions
Create a new division.
Creates a new division for the authenticated creditor.
Divisions allow creditors to organize cases under different business units, branches, or departments.
Required Fields:
- companyName - Name of the division
- city - City where the division is located
- countryCode - ISO 3166-1 alpha-2 country code (e.g. 'US', 'DE', 'DK')
Optional Fields:
- registrationNumber - Company registration number (CVR, VAT, etc.)
- address, zipCode, state - Full address details
- officeEmail, officePhone - Contact information
post/divisions
Headers
Idempotency-Keystring
Optional idempotency key (max 255 characters) for safely retrying this request. If a previous request used the same key with an identical body, the original terminal response is replayed verbatim. Reusing the key with a different body returns 422 with Type: "IdempotencyConflict". Field-level 400 validation errors are not stored, so you may fix the request and retry with the same key.
Request body
Response
Division created successfully