cURL
curl --request POST \ --url https://api.visaji.com/logout \ --header 'Authorization: Bearer <token>'
{ "email": "[email protected]", "id": "123", "password": "1d51eda152c84347103ad7bcb1e85e96", "phone": "123-456-7890", "photoUrl": "https://cdn.visaji.com/photo.png", "displayName": "<string>", "emailVerifiedAt": "<string>", "phoneVerifiedAt": "<string>", "updatedAt": "<string>", "createdAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
"[email protected]"
"123"
"1d51eda152c84347103ad7bcb1e85e96"
"123-456-7890"
"https://cdn.visaji.com/photo.png"