v1
latestOpenAPI 3.1.02026-07-2617501.1 MBSend a message to a user
post/v1/messages
Query parameters
recipient_idinteger required
Specify the Id of the user to whom you are sending this message.
bodystring required
Enter the body of the message that you are sending to your user.
Headers
X-Time-Zonestring
Specify the timezone for formatting the timestamps.
X-Metric-Unitsboolean
Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units
X-User-Idinteger
Specify the ID of the user who is accessing this endpoint.
Response
200
Example response
{
"success": true
}