Info of status, number, version and account no.
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "XXX123XXX"
}'
Responses
application/json {
"status": "string",
"number": "string",
"account": "string",
"version": "string"
}
Modified at 2024-12-23 10:58:54