v1
latestOpenAPI 3.1.02026-07-242735131.1 MBSandbox
Create a legal entity
Create a new legal entity for a company in a given country, with KYB automatically passed.
The entity is created with active status and can be set as the company's default using the reassign default entity endpoint. This endpoint is only available in Sandbox, otherwise it will respond with a 404.
post/v1/sandbox/companies/{company_id}/legal-entities
Path parameters
company_idstring required
Company ID
Headers
Authorizationstring required
Requires a Company-scoped access token obtained through the Authorization Code flow or the Refresh Token flow.
The refresh token needs to have been obtained through the Authorization Code flow.
Request body
Example request
{
"country_code": "DEU"
}Response
Legal entity created