π§#9 Email Info
Enroll Allow You to Add Multiple Emails For Each Customer
#9.0 Add New Email :
This API is to add client's email. Client can add up to 5 emails.
Please insert JWT with Bearer into field
Client's Email
example@domain.comSuccess
BadRequest
Unauthorized
#9.1 Send OTP :
This API is to send OTP to added email. OTP will be expired after 10 minutes.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
#9.2 Validate OTP :
This API is to validate OTP sent to client's email.
Please insert JWT with Bearer into field
OTP sent to client's email
456953Success
BadRequest
Unauthorized
#9.3 Get Verified Emails :
This API is to get list of client's verified emails.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
#9.4 Set Default Email Info :
This API is to set default client's specific email if client has multiple emails.
Please insert JWT with Bearer into field
Client's email that make it default
example@domain.comSuccess
BadRequest
Unauthorized
#9.5 Finalize Email Info :
This API is to finalize email step.
Please insert JWT with Bearer into field
Success
BadRequest
Unauthorized
Last updated