Skip to content
kirim.dev
Documentation
API Reference
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Documentation
API Reference
API Reference
Overview
Meta
Overview
Liveness probe
GET
Introspect the calling API key
GET
Accounts
Overview
List connected WhatsApp accounts
GET
Messages
Overview
List messages
GET
Send a WhatsApp message or mark inbound as read
POST
Fetch a sent message by id
GET
Redirect to the media asset for a message
GET
Templates
Overview
List approved templates
GET
Fetch a single template by name
GET
Conversations
Overview
List conversations
GET
Fetch a conversation by id
GET
Update a conversation
PATCH
Attach a label to a conversation
POST
Detach a label from a conversation
DELETE
Contacts
Overview
List contacts
GET
Create a contact
POST
Fetch a contact by id
GET
Delete a contact
DELETE
Update a contact
PATCH
Attach a label to a contact
POST
Detach a label from a contact
DELETE
Attach or detach a label across many contacts
POST
Labels
Overview
List labels
GET
Create a label
POST
Fetch a label by id
GET
Delete a label
DELETE
Update a label
PATCH
Webhook Subscriptions
Overview
List webhook subscriptions
GET
Create a webhook subscription
POST
Fetch one webhook subscription
GET
Delete a webhook subscription
DELETE
Update a webhook subscription
PATCH
Add a new signing secret (rotation)
POST
Revoke a signing secret
DELETE
Webhook Deliveries
Overview
List webhook deliveries
GET
Fetch one delivery (with full payload)
GET
Replay a single delivery
POST
Replay deliveries in bulk (DLQ)
POST
Select theme
Dark
Light
Auto
Webhook Subscriptions
Overview
Copy page
Open in ChatGPT
Open in Claude
Webhook Subscriptions
Section titled “Webhook Subscriptions”
Subscribe to events, rotate signing secrets, pause/resume delivery.
Operations
Section titled “ Operations ”
GET
/webhook_subscriptions
POST
/webhook_subscriptions
GET
/webhook_subscriptions/{id}
DELETE
/webhook_subscriptions/{id}
PATCH
/webhook_subscriptions/{id}
POST
/webhook_subscriptions/{id}/secrets
DELETE
/webhook_subscriptions/{id}/secrets/{secret_id}