{"_type":"export","__export_format":4,"__export_source":"darhimlabs-openapi","resources":[{"_id":"wrk_darhimlabs_api","_type":"workspace","name":"DarhimLabs API","description":"Generated from specs/openapi.yaml","scope":"collection"},{"_id":"env_darhimlabs_api","_type":"environment","parentId":"wrk_darhimlabs_api","name":"Base Environment","data":{"baseUrl":"https://api.darhimlabs.pl/api/v2","apiKey":"dl_test_..."},"color":"#11c5ff","isPrivate":false},{"_id":"req_getApiRoot","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET / - API root","method":"GET","url":"{{ _.baseUrl }}/","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listConversations","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /inbox/conversations - List conversations","method":"GET","url":"{{ _.baseUrl }}/inbox/conversations","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createConversation","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/conversations - Create conversation","method":"POST","url":"{{ _.baseUrl }}/inbox/conversations","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getConversation","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /inbox/conversations/{id} - Get conversation details","method":"GET","url":"{{ _.baseUrl }}/inbox/conversations/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateConversation","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /inbox/conversations/{id} - Update conversation","method":"PATCH","url":"{{ _.baseUrl }}/inbox/conversations/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listMessages","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /inbox/conversations/{id}/messages - List messages","method":"GET","url":"{{ _.baseUrl }}/inbox/conversations/{id}/messages","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_sendMessage","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/conversations/{id}/messages - Send message","method":"POST","url":"{{ _.baseUrl }}/inbox/conversations/{id}/messages","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createAiDraft","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/conversations/{id}/ai-draft - Generate AI Draft","method":"POST","url":"{{ _.baseUrl }}/inbox/conversations/{id}/ai-draft","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_assignConversation","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/conversations/{id}/assign - Assign conversation","method":"POST","url":"{{ _.baseUrl }}/inbox/conversations/{id}/assign","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_resolveConversation","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/conversations/{id}/resolve - Resolve conversation","method":"POST","url":"{{ _.baseUrl }}/inbox/conversations/{id}/resolve","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listReplyTemplates","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /inbox/templates - List reply templates","method":"GET","url":"{{ _.baseUrl }}/inbox/templates","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createReplyTemplate","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/templates - Create reply template","method":"POST","url":"{{ _.baseUrl }}/inbox/templates","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listInboxTags","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /inbox/tags - List inbox tags","method":"GET","url":"{{ _.baseUrl }}/inbox/tags","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createInboxTag","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /inbox/tags - Create inbox tag","method":"POST","url":"{{ _.baseUrl }}/inbox/tags","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listPublicConversations","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /conversations - List conversations public API v2","method":"GET","url":"{{ _.baseUrl }}/conversations","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listBots","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /bots - List bots","method":"GET","url":"{{ _.baseUrl }}/bots","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots - Create bot","method":"POST","url":"{{ _.baseUrl }}/bots","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /bots/{id} - Get bot details","method":"GET","url":"{{ _.baseUrl }}/bots/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /bots/{id} - Update bot","method":"PATCH","url":"{{ _.baseUrl }}/bots/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deleteBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /bots/{id} - Delete bot","method":"DELETE","url":"{{ _.baseUrl }}/bots/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_publishBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/publish - Publish bot","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/publish","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listBotVersions","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /bots/{id}/versions - List bot versions","method":"GET","url":"{{ _.baseUrl }}/bots/{id}/versions","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createBotVersion","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/versions - Create bot version","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/versions","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_rollbackBotVersion","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/versions/{run_id}/rollback - Rollback bot version","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/versions/{run_id}/rollback","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_cloneBot","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/clone - Clone bot","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/clone","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listBotTools","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /bots/{id}/tools - List bot tools","method":"GET","url":"{{ _.baseUrl }}/bots/{id}/tools","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_attachBotTool","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/tools - Attach bot tool","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/tools","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getBotGuardrails","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /bots/{id}/guardrails - Get bot guardrails","method":"GET","url":"{{ _.baseUrl }}/bots/{id}/guardrails","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateBotGuardrails","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /bots/{id}/guardrails - Update bot guardrails","method":"PATCH","url":"{{ _.baseUrl }}/bots/{id}/guardrails","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_sendBotMessage","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /bots/{id}/messages - Send message to bot","method":"POST","url":"{{ _.baseUrl }}/bots/{id}/messages","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listAgents","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /agents - List agents","method":"GET","url":"{{ _.baseUrl }}/agents","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createAgent","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents - Create agent","method":"POST","url":"{{ _.baseUrl }}/agents","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getAgent","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /agents/{id} - Get agent details","method":"GET","url":"{{ _.baseUrl }}/agents/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateAgent","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /agents/{id} - Update agent","method":"PATCH","url":"{{ _.baseUrl }}/agents/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listAgentRuns","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /agents/{id}/runs - List agent runs","method":"GET","url":"{{ _.baseUrl }}/agents/{id}/runs","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createAgentRun","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents/{id}/runs - Create agent run","method":"POST","url":"{{ _.baseUrl }}/agents/{id}/runs","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getAgentRun","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /agents/{id}/runs/{run_id} - Get agent run details","method":"GET","url":"{{ _.baseUrl }}/agents/{id}/runs/{run_id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_approveAgentRun","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents/{id}/runs/{run_id}/approve - Approve agent run","method":"POST","url":"{{ _.baseUrl }}/agents/{id}/runs/{run_id}/approve","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_cancelAgentRun","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents/{id}/runs/{run_id}/cancel - Cancel agent run","method":"POST","url":"{{ _.baseUrl }}/agents/{id}/runs/{run_id}/cancel","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_dryRunAgent","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents/{id}/dry-run - Agent dry-run","method":"POST","url":"{{ _.baseUrl }}/agents/{id}/dry-run","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_streamAgentDryRun","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /agents/{id}/dry-run/stream - Stream agent dry-run","method":"POST","url":"{{ _.baseUrl }}/agents/{id}/dry-run/stream","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listAgentApprovals","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /agents/{id}/approvals - List agent approvals","method":"GET","url":"{{ _.baseUrl }}/agents/{id}/approvals","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listLeads","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /leads - List leads","method":"GET","url":"{{ _.baseUrl }}/leads","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createLead","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /leads - Create lead","method":"POST","url":"{{ _.baseUrl }}/leads","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getLead","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /leads/{id} - Get lead details","method":"GET","url":"{{ _.baseUrl }}/leads/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateLead","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /leads/{id} - Update lead","method":"PATCH","url":"{{ _.baseUrl }}/leads/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deleteLead","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /leads/{id} - Delete lead","method":"DELETE","url":"{{ _.baseUrl }}/leads/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_qualifyLead","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /leads/{id}/qualify - Qualify lead","method":"POST","url":"{{ _.baseUrl }}/leads/{id}/qualify","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_syncLeadToCrm","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /leads/{id}/sync - Sync lead to CRM","method":"POST","url":"{{ _.baseUrl }}/leads/{id}/sync","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listLeadActivities","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /leads/{id}/activities - List lead activities","method":"GET","url":"{{ _.baseUrl }}/leads/{id}/activities","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createLeadActivity","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /leads/{id}/activities - Create lead activity","method":"POST","url":"{{ _.baseUrl }}/leads/{id}/activities","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateLeadStatus","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /leads/{id}/status - Update lead status","method":"POST","url":"{{ _.baseUrl }}/leads/{id}/status","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listKnowledgeBases","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /knowledge/bases - List knowledge bases","method":"GET","url":"{{ _.baseUrl }}/knowledge/bases","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createKnowledgeBase","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /knowledge/bases - Create knowledge base","method":"POST","url":"{{ _.baseUrl }}/knowledge/bases","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getKnowledgeBase","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /knowledge/bases/{id} - Get knowledge base details","method":"GET","url":"{{ _.baseUrl }}/knowledge/bases/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateKnowledgeBase","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /knowledge/bases/{id} - Update knowledge base","method":"PATCH","url":"{{ _.baseUrl }}/knowledge/bases/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deleteKnowledgeBase","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /knowledge/bases/{id} - Delete knowledge base","method":"DELETE","url":"{{ _.baseUrl }}/knowledge/bases/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listKnowledgeDocuments","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /knowledge/bases/{id}/documents - List documents","method":"GET","url":"{{ _.baseUrl }}/knowledge/bases/{id}/documents","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_uploadKnowledgeDocument","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /knowledge/bases/{id}/documents - Upload document","method":"POST","url":"{{ _.baseUrl }}/knowledge/bases/{id}/documents","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getKnowledgeDocument","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /knowledge/documents/{id} - Get document details","method":"GET","url":"{{ _.baseUrl }}/knowledge/documents/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deleteKnowledgeDocument","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /knowledge/documents/{id} - Delete document","method":"DELETE","url":"{{ _.baseUrl }}/knowledge/documents/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_searchKnowledge","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /knowledge/search - RAG search","method":"POST","url":"{{ _.baseUrl }}/knowledge/search","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_crawlKnowledgeSource","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /knowledge/crawl - Start website crawl","method":"POST","url":"{{ _.baseUrl }}/knowledge/crawl","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listKnowledgeGaps","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /knowledge/gaps - List knowledge gaps","method":"GET","url":"{{ _.baseUrl }}/knowledge/gaps","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listVoiceNumbers","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /voice/numbers - List voice numbers","method":"GET","url":"{{ _.baseUrl }}/voice/numbers","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_provisionVoiceNumber","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /voice/numbers - Provision voice number","method":"POST","url":"{{ _.baseUrl }}/voice/numbers","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listVoiceCalls","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /voice/calls - List voice calls","method":"GET","url":"{{ _.baseUrl }}/voice/calls","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createVoiceCall","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /voice/calls - Start voice call","method":"POST","url":"{{ _.baseUrl }}/voice/calls","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getVoiceCall","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /voice/calls/{id} - Get voice call details","method":"GET","url":"{{ _.baseUrl }}/voice/calls/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_transferVoiceCall","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /voice/calls/{id}/transfer - Transfer voice call to human","method":"POST","url":"{{ _.baseUrl }}/voice/calls/{id}/transfer","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getVoiceRecording","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /voice/calls/{id}/recording - Get recording","method":"GET","url":"{{ _.baseUrl }}/voice/calls/{id}/recording","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getVoiceTranscript","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /voice/calls/{id}/transcript - Get transcript","method":"GET","url":"{{ _.baseUrl }}/voice/calls/{id}/transcript","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createVoiceToken","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /voice/token - Create voice client token","method":"POST","url":"{{ _.baseUrl }}/voice/token","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listWebhookEndpoints","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/endpoints - List webhook endpoints","method":"GET","url":"{{ _.baseUrl }}/webhooks/endpoints","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhooks/endpoints - Create webhook endpoint","method":"POST","url":"{{ _.baseUrl }}/webhooks/endpoints","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/endpoints/{id} - Get webhook endpoint details","method":"GET","url":"{{ _.baseUrl }}/webhooks/endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /webhooks/endpoints/{id} - Update webhook endpoint","method":"PATCH","url":"{{ _.baseUrl }}/webhooks/endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deleteWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /webhooks/endpoints/{id} - Delete webhook endpoint","method":"DELETE","url":"{{ _.baseUrl }}/webhooks/endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_testWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhooks/endpoints/{id}/test - Send test webhook","method":"POST","url":"{{ _.baseUrl }}/webhooks/endpoints/{id}/test","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_rotateWebhookSecret","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhooks/endpoints/{id}/rotate-secret - Rotate webhook secret","method":"POST","url":"{{ _.baseUrl }}/webhooks/endpoints/{id}/rotate-secret","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listWebhookDeliveries","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/deliveries - List webhook deliveries","method":"GET","url":"{{ _.baseUrl }}/webhooks/deliveries","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getWebhookDelivery","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/deliveries/{id} - Get webhook delivery details","method":"GET","url":"{{ _.baseUrl }}/webhooks/deliveries/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_replayWebhookDelivery","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhooks/deliveries/{id}/replay - Replay webhook delivery","method":"POST","url":"{{ _.baseUrl }}/webhooks/deliveries/{id}/replay","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listWebhookEvents","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/events - Event catalog","method":"GET","url":"{{ _.baseUrl }}/webhooks/events","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_captureWebhookPlaygroundGet","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhooks/playground/{token} - Capture GET in Webhook Playground","method":"GET","url":"{{ _.baseUrl }}/webhooks/playground/{token}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_captureWebhookPlaygroundPost","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhooks/playground/{token} - Capture POST in Webhook Playground","method":"POST","url":"{{ _.baseUrl }}/webhooks/playground/{token}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_captureWebhookPlaygroundPut","_type":"request","parentId":"wrk_darhimlabs_api","name":"PUT /webhooks/playground/{token} - Capture PUT in Webhook Playground","method":"PUT","url":"{{ _.baseUrl }}/webhooks/playground/{token}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_captureWebhookPlaygroundPatch","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /webhooks/playground/{token} - Capture PATCH in Webhook Playground","method":"PATCH","url":"{{ _.baseUrl }}/webhooks/playground/{token}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_captureWebhookPlaygroundDelete","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /webhooks/playground/{token} - Capture DELETE in Webhook Playground","method":"DELETE","url":"{{ _.baseUrl }}/webhooks/playground/{token}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listEventCatalog","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /events - Public event catalog","method":"GET","url":"{{ _.baseUrl }}/events","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listPublicWebhookEndpoints","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhook-endpoints - List webhook endpoints public API v2","method":"GET","url":"{{ _.baseUrl }}/webhook-endpoints","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createPublicWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /webhook-endpoints - Create webhook endpoint public API v2","method":"POST","url":"{{ _.baseUrl }}/webhook-endpoints","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getPublicWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /webhook-endpoints/{id} - Get webhook endpoint details public API v2","method":"GET","url":"{{ _.baseUrl }}/webhook-endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updatePublicWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /webhook-endpoints/{id} - Update webhook endpoint public API v2","method":"PATCH","url":"{{ _.baseUrl }}/webhook-endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_deletePublicWebhookEndpoint","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /webhook-endpoints/{id} - Delete webhook endpoint public API v2","method":"DELETE","url":"{{ _.baseUrl }}/webhook-endpoints/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getCurrentWorkspace","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /workspaces/current - Get current workspace","method":"GET","url":"{{ _.baseUrl }}/workspaces/current","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getWorkspace","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /workspaces/{id} - Get workspace details","method":"GET","url":"{{ _.baseUrl }}/workspaces/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateWorkspace","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /workspaces/{id} - Update workspace","method":"PATCH","url":"{{ _.baseUrl }}/workspaces/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listWorkspaceMembers","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /workspaces/{id}/members - List workspace members","method":"GET","url":"{{ _.baseUrl }}/workspaces/{id}/members","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_inviteWorkspaceMember","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /workspaces/{id}/members - Invite workspace member","method":"POST","url":"{{ _.baseUrl }}/workspaces/{id}/members","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateWorkspaceMember","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /workspaces/{id}/members/{member_id} - Update member role","method":"PATCH","url":"{{ _.baseUrl }}/workspaces/{id}/members/{member_id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_removeWorkspaceMember","_type":"request","parentId":"wrk_darhimlabs_api","name":"DELETE /workspaces/{id}/members/{member_id} - Remove workspace member","method":"DELETE","url":"{{ _.baseUrl }}/workspaces/{id}/members/{member_id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getWorkspaceUsage","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /workspaces/{id}/usage - Usage workspace","method":"GET","url":"{{ _.baseUrl }}/workspaces/{id}/usage","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getPublicApiUsage","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /usage - Usage public API v2","method":"GET","url":"{{ _.baseUrl }}/usage","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listApiLogs","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /api-logs - Live API logs","method":"GET","url":"{{ _.baseUrl }}/api-logs","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listOAuthApps","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /oauth/apps - List OAuth apps","method":"GET","url":"{{ _.baseUrl }}/oauth/apps","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createOAuthApp","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /oauth/apps - Create OAuth app","method":"POST","url":"{{ _.baseUrl }}/oauth/apps","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateOAuthApp","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /oauth/apps - Update OAuth app","method":"PATCH","url":"{{ _.baseUrl }}/oauth/apps","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listOpenApiSnapshots","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /openapi-snapshots - List OpenAPI snapshots","method":"GET","url":"{{ _.baseUrl }}/openapi-snapshots","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createOpenApiSnapshot","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /openapi-snapshots - Create OpenAPI snapshot","method":"POST","url":"{{ _.baseUrl }}/openapi-snapshots","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listSandboxWorkspaces","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /sandbox-workspaces - List sandbox workspaces","method":"GET","url":"{{ _.baseUrl }}/sandbox-workspaces","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createSandboxWorkspace","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /sandbox-workspaces - Create sandbox workspace","method":"POST","url":"{{ _.baseUrl }}/sandbox-workspaces","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listSdkGenerations","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /sdk-generations - List SDK generations","method":"GET","url":"{{ _.baseUrl }}/sdk-generations","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createSdkGeneration","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /sdk-generations - Start SDK generation","method":"POST","url":"{{ _.baseUrl }}/sdk-generations","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listTerraformResources","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /terraform-resources - List Terraform resources","method":"GET","url":"{{ _.baseUrl }}/terraform-resources","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listAuditLog","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/audit-log - Audit log","method":"GET","url":"{{ _.baseUrl }}/compliance/audit-log","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listDsarRequests","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/dsar - List DSAR requests","method":"GET","url":"{{ _.baseUrl }}/compliance/dsar","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_createDsarRequest","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /compliance/dsar - Create DSAR request","method":"POST","url":"{{ _.baseUrl }}/compliance/dsar","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getDsarRequest","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/dsar/{id} - Get DSAR request details","method":"GET","url":"{{ _.baseUrl }}/compliance/dsar/{id}","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_exportDsarRequest","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /compliance/dsar/{id}/export - Export DSAR request","method":"POST","url":"{{ _.baseUrl }}/compliance/dsar/{id}/export","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_listComplianceEvidence","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/evidence - List compliance evidence","method":"GET","url":"{{ _.baseUrl }}/compliance/evidence","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_downloadComplianceEvidence","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/evidence/{id}/download - Download compliance evidence","method":"GET","url":"{{ _.baseUrl }}/compliance/evidence/{id}/download","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_redactPii","_type":"request","parentId":"wrk_darhimlabs_api","name":"POST /compliance/pii-redaction - Redact PII","method":"POST","url":"{{ _.baseUrl }}/compliance/pii-redaction","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getRetentionPolicies","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /compliance/retention - Retention policies","method":"GET","url":"{{ _.baseUrl }}/compliance/retention","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_updateRetentionPolicies","_type":"request","parentId":"wrk_darhimlabs_api","name":"PATCH /compliance/retention - Update retention policies","method":"PATCH","url":"{{ _.baseUrl }}/compliance/retention","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}},{"_id":"req_getApiHealth","_type":"request","parentId":"wrk_darhimlabs_api","name":"GET /health - Health API","method":"GET","url":"{{ _.baseUrl }}/health","headers":[{"name":"Authorization","value":"Bearer {{ _.apiKey }}"},{"name":"Content-Type","value":"application/json"}],"body":{"mimeType":"application/json","text":"{}"}}]}