cURL
curl --request POST \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/workspace/create \ --header 'Content-Type: application/json' \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>' \ --data ' { "name": "My Workspace", "enterprise_id": 12345, "auth_scope": 1, "description": "This is a workspace for processing invoices" } '
{ "code": 200, "msg": "<string>", "result": { "workspace_id": "1234567890" } }
Create a new workspace
Workspace name
50
"My Workspace"
Enterprise organization ID
12345
Auth scope 0: Visible only to me 1: Visible to enterprise members
0
1
Workspace description
200
"This is a workspace for processing invoices"
Successfully created workspace
Status code
Status description
Show child attributes