query parameters · 1
| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
Responses
cURL
curl -X GET \ 'https://api.getmunin.com/api/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/api/v1/invitations/lookup'
curl -X POST \ 'https://api.getmunin.com/api/v1/invitations/accept'
| 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/api/v1/activity' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/api-keys' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/api-keys' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/api-keys/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/assistants/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \ 'https://api.getmunin.com/api/v1/assistants/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| 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/api/v1/admin/audit-logs' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| channelId | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/channels/{channelId}/webhook'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required |
curl -X GET \
'https://api.getmunin.com/api/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 |
curl -X GET \
'https://api.getmunin.com/api/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 |
curl -X GET \
'https://api.getmunin.com/api/v1/cms/{orgId}/{collectionSlug}'| Name | Type | Required | Description |
|---|---|---|---|
| orgId | string | required | |
| collectionSlug | string | required | |
| entrySlug | string | required |
| Name | Type | Required | Description |
|---|---|---|---|
| locale | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/cms/{orgId}/{collectionSlug}/{entrySlug}'curl -X GET \ 'https://api.getmunin.com/api/v1/conversations/channels' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/conversations/channels/widget' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/api/v1/conversations/channels/widget/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/conversations/channels/widget/{id}/rotate-identity-secret' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/conversations/channels/email' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/conversations/channels/email/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/conversations/channels/twilio-sms' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/conversations/channels/twilio-sms/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/conversations/channels/messagebird-sms' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/conversations/channels/messagebird-sms/{id}/send-test' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/conversations/channels/vapi' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/conversations/channels/vapi/{id}/call' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/conversations/channels/{id}' \
-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/api/v1/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/conversations/topics' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/conversations/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/messages' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/runner-claim' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/runner-release' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/assign' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/status' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/agent-mode' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/take-over' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/release' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/request-handover' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/conversations/{id}/topic' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/api/v1/crm/merge-proposals' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/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/api/v1/crm/merge-proposals/{id}/apply' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/crm/merge-proposals/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/crm/segments' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/crm/segments' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/crm/segments/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/api/v1/crm/segments/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/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/api/v1/crm/segments/{id}/contacts' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| status | string | required | |
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/api/v1/curation/jobs' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/curation/jobs' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/curation/jobs/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/curation/jobs/claim' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/curation/jobs/{id}/ack' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/curation/jobs/{id}/fail' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/tokens/delegated' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \
'https://api.getmunin.com/api/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/api/v1/end-users/me/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/end-users/me/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/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/api/v1/end-users/me/conversations/{id}/messages' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X POST \ 'https://api.getmunin.com/api/v1/end-users/lookup' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| limit | string | required |
curl -X GET \ 'https://api.getmunin.com/api/v1/end-users' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/end-users' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/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/api/v1/end-users/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/export' \ -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/api/v1/inbox' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/orgs/me/invitations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/orgs/me/invitations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/orgs/me/invitations/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/kb/curation/candidates' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/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/api/v1/kb/curation/candidates/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/kb/curation/candidates/{id}/publish' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/kb/curation/candidates/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/kb/spaces' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
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'
curl -X GET \ 'https://api.getmunin.com/api/v1/orgs/me/members' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| userId | string | required |
curl -X PATCH \
'https://api.getmunin.com/api/v1/orgs/me/members/{userId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| userId | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/orgs/me/members/{userId}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/me/memberships' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \ 'https://api.getmunin.com/api/v1/me/memberships/active' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
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/api/v1/oauth/clients/{clientId}'curl -X GET \ 'https://api.getmunin.com/.well-known/oauth-protected-resource'
curl -X GET \ 'https://api.getmunin.com/api/v1/orgs/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \ 'https://api.getmunin.com/api/v1/orgs/me' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| 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/api/v1/outreach/proposals' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/outreach/proposals/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/api/v1/outreach/proposals/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/outreach/proposals/{id}/approve' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X POST \
'https://api.getmunin.com/api/v1/outreach/proposals/{id}/dismiss' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required |
curl -X GET \ 'https://api.getmunin.com/api/v1/outreach/unsubscribe'
curl -X GET \ 'https://api.getmunin.com/api/v1/overview/backlog' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/overview/agent-status' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/public/mcp-tools'
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/public/mcp-tools/{name}'curl -X GET \ 'https://api.getmunin.com/api/v1/public/skills'
| Name | Type | Required | Description |
|---|---|---|---|
| module | string | required | |
| slug | string | required |
curl -X GET \
'https://api.getmunin.com/api/v1/public/skills/{module}/{slug}'curl -X GET \ 'https://api.getmunin.com/api/v1/skills' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| 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'
curl -X GET \ 'https://api.getmunin.com/api/v1/tokens' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/tokens/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/usage' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/usage/summary' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| days | string | required |
curl -X GET \ 'https://api.getmunin.com/api/v1/usage/by-agent' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/webhooks' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/webhooks' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X PATCH \
'https://api.getmunin.com/api/v1/webhooks/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required |
curl -X DELETE \
'https://api.getmunin.com/api/v1/webhooks/{id}' \
-H 'Authorization: Bearer $MUNIN_API_KEY'curl -X GET \ 'https://api.getmunin.com/api/v1/whoami' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/widget/messages' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/widget/messages' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X GET \ 'https://api.getmunin.com/api/v1/widget/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/widget/conversations' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X PATCH \ 'https://api.getmunin.com/api/v1/widget/visitor' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/widget/voice/start' \ -H 'Authorization: Bearer $MUNIN_API_KEY'
curl -X POST \ 'https://api.getmunin.com/api/v1/widget/voice/event' \ -H 'Authorization: Bearer $MUNIN_API_KEY'