cURL
curl --request GET \ --url https://next-fast-turbo-api.vercel.app/api/v1/users/get/
{ "id": "<string>", "forename": "<string>", "surname": "<string>", "email": "jsmith@example.com" }
Returns a user from a user_id.
Returns:
Successful Response
Was this page helpful?