Check list url based on key.
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/checkShort' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "xyz"
}'
Responses
application/json {
"status": "success",
"message": [
{
"shortCode": "https://huhux.com/MEw",
"url": "https://www.detik.com"
},
{
"shortCode": "https://huhux.com/EHA",
"url": "https://lumbering-kick.name/"
}
]
}
Modified at 2025-01-02 09:32:37