Skip to main content
POST
Create a new workspace

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Workspace name, unique within the account. This is the value you pass in the x-topograph-workspace-id header and in /v2/workspaces/{name} paths, not the UUID id returned on creation. Reserved: default.

Maximum string length: 64
Pattern: ^[a-zA-Z0-9_:-]+$
Example:

"branch-paris"

Display-friendly legal name used in reporting and invoices.

Maximum string length: 255
Example:

"Acme Paris SAS"

uboEnabled
boolean
default:true

Whether this workspace can access ultimate-beneficial-owner (UBO) data. Enabled by default. Only enable this for AML-obliged entities — UBO data carries regulatory obligations under AML law.

Example:

true

Response

201 - undefined