cURL
curl --request POST \ --url https://api.topograph.co/v2/workspaces \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "branch-paris", "legalName": "Acme Paris SAS" } '
Workspace identifier — unique within the account.
64
^[a-zA-Z0-9_-]+$
"branch-paris"
Display-friendly legal name used in reporting and invoices.
255
"Acme Paris SAS"