- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Query
POST
/api/checkShort
Request
Body Params application/json
key
string
required
Example
{
"key": "xyz"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omnichannelmessenger.com/api/checkShort' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "xyz"
}'
Responses
🟢200Success
application/json
Body
status
string
required
message
array [object {2}]
optional
url
string
required
shortCode
string
required
Example
{
"status": "success",
"message": [
{
"shortCode": "https://huhux.com/MEw",
"url": "https://www.detik.com"
},
{
"shortCode": "https://huhux.com/EHA",
"url": "https://lumbering-kick.name/"
}
]
}