Request
Body Params application/json
{
"key": "XXX123XXX",
"name": "John Doe"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/changeName' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "XXX123XXX",
"name": "John Doe"
}'
Responses
application/json Modified at 2024-12-24 14:25:35