cURL
curl --request GET \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/workspace/get \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "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 detailed information of a workspace by workspace ID
Workspace ID
"1234567890"
Successfully retrieved workspace details
Status code
200
Status description
Workspace
Show child attributes