Get Clients
Retrieve all user clients.
Authenticating Your Access
To retrieve clients, you must authenticate your access. To learn how, refer to Authentication.
Get Clients
GET /api/v1/users/clients
Headers
Name
Type
Description
x-token*
String
Token provided
{
[
{
"id": "d7eb5b59-5a08-4d91-87fc-46aaafd7ae0d",
"full_name": "User name",
"email": "[email protected]",
"wallet_address": "0x35Db6946a5b96173d030D761deE50198436fDB04",
"avatar": "https://res.cloudinary.com/jonmenez/image/upload/v1673008065/default-img_uzvear.png"
}
]
}Example
{
[
{
"id": "d7eb5b59-5a08-4d91-87fc-46aaafd7ae0d",
"full_name": "User name",
"email": "[email protected]",
"wallet_address": "0x35Db6946a5b96173d030D761deE50198436fDB04",
"avatar": "https://res.cloudinary.com/jonmenez/image/upload/v1673008065/default-img_uzvear.png"
}
]
}Last updated