Skip to main content
GET
List incorporations for a customer
Lists incorporations for one of your customers. Use limit and offset for pagination. The count field is the total number of matching incorporations before pagination.

Incorporation status

Each returned incorporation includes incorporationStatus:

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
integer
required

Customer whose incorporations should be listed.

Query Parameters

limit
integer

Maximum number of incorporations to return.

Required range: 1 <= x <= 100
offset
integer

Number of matching incorporations to skip.

Required range: x >= 0

Response

Incorporations retrieved successfully

incorporations
object[]
required
count
integer
required

Total matching incorporations before pagination.

Example:

1