Get user by token

URL: v3/api/get-user-by-token Method: GET Response Format: JSON Description : In case of social login, it is only token that has sent to the frontend. So this API provides user details after giving that token. Parameters: Name Data Type Required / Optional Description token String Required token Success Response: { “success”: true, “data”: {     “user”: […]

Read More