- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Check Destination Info
POST
/api/checkNumber
Feature
Request
Body Params application/json
key
string
required
number
string
required
Default:
{{targetNumber}}
Example
{
"number": "+6287884494001",
"key": "XXX123XXX"
}
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/checkNumber' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": "+6287884494001",
"key": "XXX123XXX"
}'
Responses
🟢200Response
application/json
Body
object {0}
Example
{}
🟠403Key not valid