cURL
curl --request GET \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/workspace/list \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "total": 100, "page": 1, "page_size": 20, "workspaces": [ { "workspace_id": "1234567890", "name": "My Workspace", "description": "This is a workspace for invoice processing", "auth_scope": 1, "manage_account_id": "admin_123456", "manage_account_name": "John Doe", "callback_url": "https://example.com/callback", "callback_retry_time": 3 } ] } }
Get list of all workspaces for the current user
Enterprise ID
Page number
1
Page size
20
Successfully retrieved workspace list
Status code
200
Status description
Show child attributes