API Reference
Send a text message
API Reference
Send a text message
POST
/
send-message
curl --request POST \
--url https://api.kirimi.id/v1/send-message \
--header 'Content-Type: application/json' \
--data '{
"user_code": "<string>",
"device_id": "<string>",
"receiver": "<string>",
"message": "<string>",
"secret": "<string>"
}'
Body
application/json
Response
200
Message sent successfully
curl --request POST \
--url https://api.kirimi.id/v1/send-message \
--header 'Content-Type: application/json' \
--data '{
"user_code": "<string>",
"device_id": "<string>",
"receiver": "<string>",
"message": "<string>",
"secret": "<string>"
}'