Get Account Details
Get account details for the current user.
Authorizations
Responses
200
OK
application/json
Responseall of
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /api/v1/auth/account-details HTTP/1.1
Host: interview-api.zeko.ai
Authorization: Bearer JWT
Accept: */*
{
"message": "Interview created successfully",
"success": true,
"data": {
"accountDetails": {
"name": "Rahul",
"email": "rahul@gmail.com",
"companyName": "Zeko"
},
"planDetails": {
"isActive": true,
"validTill": "2025-08-26"
}
}
}
Last updated