API URL
{{url}}/user-service/user/validate-phonenumber
Method
POST
Description
Validating a new userβs phone number
Field Name
Type
Mandatory
Example
Authorization (Header)
String
Yes
Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6
client(Header)
web
phoneNumber
Bigint
A new phone number to validate
countryCode
Country code
id
Boolean
Check for Suit User
{ "phoneNumber": "994XXXX834", "countryCode": "232", "id": 1 }
message
Got User
status
Response status
{ "message": "Got user.", "entity": null, "status": true, "entityList": null, "responseCode": 200, "totalCount": null }