Skip to main content
GET
/
v2
/
users
/
{id}
Retrieve a User
curl --request GET \
  --url https://api.fructu.co/v2/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "full_name": "<string>",
  "email_address": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

User's unique id

Response

200 - application/json
id
string
required

Unique identifier of the user

full_name
string
required

Full name

email_address
string
required

Email address