| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/invitations/lookup'
Endpoints across conversations, CRM, KB, CMS, outreach and admin. Authenticate with a session cookie, an admin API key, or a delegated end-user token.
| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/invitations/lookup'
curl -X POST \
'https://api.getmunin.com/v1/invitations/accept' \
-H 'Content-Type: application/json' \
-d '{ "token": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| types | string | required | |
| actorId | string | required | |
| conversationId | string | required | |
| contactId | string | required | |
| cursor | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/activity' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| key | string | required |
curl -X GET \
'https://api.getmunin.com/v1/a/t/{key}.gif'curl -X POST \ 'https://api.getmunin.com/v1/a/t'
curl -X POST \ 'https://api.getmunin.com/v1/a/s'
curl -X POST \ 'https://api.getmunin.com/v1/a/identify'
curl -X GET \ 'https://api.getmunin.com/v1/analytics/trackers' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/analytics/trackers' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/analytics/trackers/views-summary' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/analytics/trackers/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/analytics/trackers/{id}/rotate-identity-secret' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/analytics/trackers/{id}/rotate-key' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/analytics/trackers/{id}/revoke' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/analytics/export/config' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/analytics/export/events' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/analytics/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "config": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \
'https://api.getmunin.com/v1/a/v/{token}.gif'curl -X POST \ 'https://api.getmunin.com/v1/a/v'
curl -X GET \ 'https://api.getmunin.com/v1/api-keys' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/api-keys' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/api-keys/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/assistants/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \
'https://api.getmunin.com/v1/assistants/me' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| limit | string | required | |
| before | string | required | |
| tool | string | required | |
| actorType | string | required | |
| correlationId | string | required | |
| client | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/audit-logs' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/auth/providers'
| Name | Type | Required | Description |
|---|---|---|---|
| channelId | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{channelId}/webhook'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required |
curl -X GET \
'https://api.getmunin.com/v1/cms/{orgId}/collections'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required |
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | |
| collection | string | required | |
| locale | string | required | |
| limit | string | required | |
| visitor_id | string | required | |
| include | string | required |
curl -X GET \
'https://api.getmunin.com/v1/cms/{orgId}/search'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | |
| collectionSlug | string | required |
| Name | Type | Required | Description |
|---|---|---|---|
| locale | string | required | |
| limit | string | required | |
| before | string | required | |
| tracking | string | required | |
| include | string | required |
curl -X GET \
'https://api.getmunin.com/v1/cms/{orgId}/{collectionSlug}'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | |
| collectionSlug | string | required | |
| entrySlug | string | required |
| Name | Type | Required | Description |
|---|---|---|---|
| locale | string | required | |
| tracking | string | required | |
| include | string | required | |
| preview | string | required |
curl -X GET \
'https://api.getmunin.com/v1/cms/{orgId}/{collectionSlug}/{entrySlug}'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/cms/drafts/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/cms/drafts/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "data": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/approve' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/schedule' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "scheduledAt": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/unschedule' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/assets' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/assets/upload-request' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | |
| assetId | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/assets/{assetId}/complete' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/preview-link' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/cms/drafts/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/cms/transfer/export' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/cms/transfer/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "records": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required |
curl -X GET \
'https://api.getmunin.com/v1/public/connectors/{orgId}/jwks'curl -X GET \ 'https://api.getmunin.com/v1/connectors/oauth/callback'
curl -X GET \ 'https://api.getmunin.com/v1/connectors/vendors' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/connectors' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/connectors' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "vendor": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/connectors/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/connectors/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/connectors/{id}/mcp-tools' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PUT \
'https://api.getmunin.com/v1/connectors/{id}/mcp-tools' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "toolNames": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/connectors/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/connectors/{id}/credentials' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "secrets": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/connectors/{id}/credential-link' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/connectors/{id}/authorize-link' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/conversations/channels/vendors' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/conversations/channels' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "vendor": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/credentials' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "secrets": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/credential-link' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/call' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/widget' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/conversations/channels/widget/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "originAllowlist": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/widget/{id}/rotate-key' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/widget/{id}/rotate-identity-secret' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/email' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "channelId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/email/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/email/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/twilio-sms' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "channelId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/twilio-sms/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/twilio-sms/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/messagebird-sms' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "channelId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/messagebird-sms/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/messagebird-sms/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/vapi' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "channelId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/vapi/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/vapi/{id}/call' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/threll' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "channelId": "..." }'curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/options' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "vendor": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/options' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/threll/{id}/test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/threll/{id}/call' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "to": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/conversations/channels/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/channels/{id}/activate' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| assigneeUserId | string | required | |
| topicId | string | required | |
| needsHumanAttention | string | required | |
| cursor | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/conversations/topics' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| limit | string | required | |
| lookbackMinutes | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/conversations/awaiting-reply' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/conversations/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/messages' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "body": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/runner-claim' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "holder": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/runner-release' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "holder": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/assign' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "assigneeUserId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/status' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "status": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/agent-mode' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "mode": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/take-over' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "ttlMinutes": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/release' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/request-handover' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "reason": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/draft-reply' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "body": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/clear-draft' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/conversations/{id}/topic' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "topicId": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/conv/export' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/conv/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "records": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/credentials'
curl -X POST \
'https://api.getmunin.com/v1/credentials' \
-H 'Content-Type: application/json' \
-d '{ "token": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/crm/merge-proposals' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/crm/merge-proposals/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/crm/merge-proposals/{id}/apply' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "fingerprint": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/crm/merge-proposals/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "reason": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/crm/segments' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/crm/segments' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/crm/segments/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/crm/segments/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/crm/segments/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
| Name | Type | Required | Description |
|---|---|---|---|
| limit | string | required |
curl -X GET \
'https://api.getmunin.com/v1/crm/segments/{id}/contacts' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/crm/export' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/crm/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "records": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/curator/jobs' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/curator/jobs' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "jobUri": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/curator/jobs/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \
'https://api.getmunin.com/v1/curator/jobs/claim' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "holder": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/curator/jobs/{id}/acknowledge' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "replyText": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/curator/jobs/{id}/fail' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "error": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/curator/jobs/{id}/progress' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "progress": "..." }'curl -X POST \
'https://api.getmunin.com/v1/tokens/delegated' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "endUserId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \
'https://api.getmunin.com/v1/c/o/{token}.gif'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| cursor | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/end-users/me/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/end-users/me/conversations' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "body": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/end-users/me/conversations/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/end-users/me/conversations/{id}/messages' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "body": "..." }'curl -X POST \
'https://api.getmunin.com/v1/end-users/lookup' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "externalId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/end-users' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/end-users' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "externalId": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/end-users/{id}/revoke-tokens' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/end-users/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \
'https://api.getmunin.com/v1/feedback' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "title": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/feedback/{id}/approve' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/feedback/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/healthz'
curl -X GET \ 'https://api.getmunin.com/readyz'
curl -X GET \ 'https://api.getmunin.com/version'
curl -X GET \ 'https://api.getmunin.com/v1/inbox' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/orgs/me/invitations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/orgs/me/invitations' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "email": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/orgs/me/invitations/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/kb/curation/candidates' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/kb/curation/candidates/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/kb/curation/candidates/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "title": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/kb/curation/candidates/{id}/publish' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "targetSpaceSlug": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/kb/curation/candidates/{id}/publish-revision' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "ifCandidateVersion": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/kb/curation/candidates/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "ifVersion": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/kb/spaces' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/kb/export' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/kb/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "records": "..." }'curl -X GET \ 'https://api.getmunin.com/mcp' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/mcp' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X DELETE \ 'https://api.getmunin.com/mcp' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
MCP endpoint addressed at one organization
Serves the same tools as /mcp, but only for the organization named in the path. A credential belonging to any other organization is refused, so the URL is a guarantee rather than a hint — which is what lets one person hold connections to several organizations at once, since MCP clients key a connection by its URL. An admin API key already carries its organization; an OAuth connection is bound to the organization in the URL at consent time.
| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | Organization id: org_ followed by 22 lowercase alphanumerics. Case-sensitive; anything else is rejected rather than falling back to the shared endpoint. |
curl -X GET \
'https://api.getmunin.com/mcp/o/{orgId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'MCP endpoint addressed at one organization
Serves the same tools as /mcp, but only for the organization named in the path. A credential belonging to any other organization is refused, so the URL is a guarantee rather than a hint — which is what lets one person hold connections to several organizations at once, since MCP clients key a connection by its URL. An admin API key already carries its organization; an OAuth connection is bound to the organization in the URL at consent time.
| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | Organization id: org_ followed by 22 lowercase alphanumerics. Case-sensitive; anything else is rejected rather than falling back to the shared endpoint. |
curl -X POST \
'https://api.getmunin.com/mcp/o/{orgId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'MCP endpoint addressed at one organization
Serves the same tools as /mcp, but only for the organization named in the path. A credential belonging to any other organization is refused, so the URL is a guarantee rather than a hint — which is what lets one person hold connections to several organizations at once, since MCP clients key a connection by its URL. An admin API key already carries its organization; an OAuth connection is bound to the organization in the URL at consent time.
| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | Organization id: org_ followed by 22 lowercase alphanumerics. Case-sensitive; anything else is rejected rather than falling back to the shared endpoint. |
curl -X DELETE \
'https://api.getmunin.com/mcp/o/{orgId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/orgs/me/members' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| userId | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/orgs/me/members/{userId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "role": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| userId | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/orgs/me/members/{userId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/me/memberships' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \
'https://api.getmunin.com/v1/me/memberships/active' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "orgId": "..." }'curl -X GET \ 'https://api.getmunin.com/.well-known/oauth-authorization-server'
| Name | Type | Required | Description |
|---|---|---|---|
| clientId | string | required |
curl -X GET \
'https://api.getmunin.com/v1/oauth/clients/{clientId}'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | string | required |
curl -X GET \
'https://api.getmunin.com/v1/oauth/clients/{clientId}/icon'| Name | Type | Required | Description |
|---|---|---|---|
| code_challenge | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/oauth/pending-org' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/.well-known/oauth-protected-resource'
curl -X GET \
'https://api.getmunin.com/.well-known/oauth-protected-resource/{path}'curl -X GET \ 'https://api.getmunin.com/v1/orgs/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \
'https://api.getmunin.com/v1/orgs/me' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "name": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| kind | string | required | |
| campaignId | string | required | |
| contactId | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/outreach/proposals' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/outreach/proposals/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/outreach/proposals/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "draftSubject": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/outreach/proposals/{id}/viewed' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/outreach/proposals/{id}/withdraw' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "reason": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/outreach/proposals/{id}/approve' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "fingerprint": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/outreach/proposals/{id}/cancel-scheduled-send' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "reason": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/outreach/proposals/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "reason": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/outreach/export' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/outreach/import' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "records": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/outreach/unsubscribe'
curl -X GET \ 'https://api.getmunin.com/v1/overview/backlog' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/overview/agent-status' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/public/mcp-tools'
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | required |
curl -X GET \
'https://api.getmunin.com/v1/public/mcp-tools/{name}'curl -X GET \ 'https://api.getmunin.com/v1/public/skills'
| Name | Type | Required | Description |
|---|---|---|---|
| module | string | required | |
| slug | string | required |
curl -X GET \
'https://api.getmunin.com/v1/public/skills/{module}/{slug}'curl -X GET \ 'https://api.getmunin.com/v1/skills' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/slack' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X DELETE \ 'https://api.getmunin.com/v1/slack' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/slack/install-url' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/slack/channels' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PUT \
'https://api.getmunin.com/v1/slack/routing' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "slackChannelId": "..." }'curl -X POST \ 'https://api.getmunin.com/v1/slack/test' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| file | string | required |
curl -X GET \
'https://api.getmunin.com/v1/slack/avatars/{file}'curl -X POST \ 'https://api.getmunin.com/v1/slack/events'
curl -X POST \ 'https://api.getmunin.com/v1/slack/interactivity'
curl -X GET \ 'https://api.getmunin.com/v1/slack/oauth/callback'
| Name | Type | Required | Description |
|---|---|---|---|
| key | string | required | |
| exp | string | required | |
| sz | string | required | |
| sig | string | required |
curl -X POST \ 'https://api.getmunin.com/static/assets/upload'
| Name | Type | Required | Description |
|---|---|---|---|
| key | string | required | |
| exp | string | required | |
| sz | string | required | |
| sig | string | required |
curl -X PUT \ 'https://api.getmunin.com/static/assets/upload'
| Name | Type | Required | Description |
|---|---|---|---|
| includeResolved | string | required | |
| limit | string | required | |
| source | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/system/alerts' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/system/alerts/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/system/alerts/{id}/acknowledge' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/tokens' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/tokens/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/usage' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/usage/summary' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| days | string | required |
curl -X GET \ 'https://api.getmunin.com/v1/usage/by-agent' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/webhooks' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \
'https://api.getmunin.com/v1/webhooks' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "url": "..." }'curl -X GET \ 'https://api.getmunin.com/v1/webhooks/event-types' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/v1/webhooks/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "url": "..." }'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/v1/webhooks/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/v1/webhooks/{id}/rotate-secret' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/v1/webhooks/{id}/deliveries' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/v1/whoami' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/widget/messages' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/v1/widget/messages' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/widget/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/v1/widget/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \ 'https://api.getmunin.com/v1/widget/visitor' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/v1/widget/identify' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/v1/widget/voice/available' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/v1/widget/voice/start' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/v1/widget/voice/event' \ -H 'Authorization: Bearer $MUNIN_API_KEY'