π#8 Phone Info
#8.1 Add New Phone:
This API is to add client's phone number. Client can add up to 5 numbers.
Please insert JWT with Bearer into field
Country Code
20Client mobile number
01xxxxxxxxxSuccess
BadRequest
Unauthorized
#8.2 Send OTP :
This API is to send OTP to added mobile number. OTP will be expired after 10 minutes.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
#8.3 Validate OTP:
This API is to validate OTP sent to client's mobile.
Please insert JWT with Bearer into field
OTP sent to client's mobile.
686330Success
BadRequest
Unauthorized
#8.4 Get Verified Phones :
This API is to get list of client's verified mobile numbers.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
#8.5 Set Default Phone:
This API is to set default client's specific mobile number if client has multiple numbers.
Please insert JWT with Bearer into field
Client's phone number
+201xxxxxxxxxSuccess
BadRequest
Unauthorized
#8.6 Finalize Phone Step:
This API is to finalize phone step.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
Last updated