Request SMS Mobile Validation
POST/sint/mobile/request_sms
Request SMS Mobile Validation
Request
- application/json
Body
Data to send
number stringnullable
Mobile number
lang stringnullable
Lang
Responses
- 200
- 401
- 4XX|5XX
Request SMS Mobile sended
- application/json
- Schema
- Example (from schema)
Schema
success boolean
cypher string
number string
{
"success": "true",
"cypher": "{'cypher':{'type':'Buffer','data':[119,135,150,174,150,156,73,118,254,156,218,173,171,142,158,145,179,171,215,139,14,23,196,178,97,63,224,211,79,1,84,135,208,44,158,41,8,127,15,255,4,3,79,143,229,103,181,111]}}",
"number": "+33651164674"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...