LYNK-UP-APP / lynk-up-client

https://lynk-up-client.vercel.app
0 stars 1 forks source link

Sad Path - Get User #6

Open ALHelton opened 1 year ago

ALHelton commented 1 year ago

GET {{domain}}/api/v1/users/420-710-8008

No Parameters

Response:

404 Not Found

{
    "data": {
        "error": {
            "status": "404",
            "name": "Not Found",
            "message": "User not found with given information."
        }
    }
}