Auth
Logout user
The Logout User API initiate the logout process for a user. Upon a successful request, the API responds with a confirmation message. If the user is not found or there’s an issue with the request, an error response is returned with an appropriate message.
POST
Authorizations
Access token
Response
200 - application/json
OK
The response is of type object
.
Previous
Check email/phone verification statusThe Check Verification Status API allows to verify the status of email and phone number verification for a specific user. Upon a successful request, the API responds with the verification status of the provided email and phone number. If the user is not found or there's an issue with the request, an error response is returned with an appropriate message.
Next