cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/accounts/{id} \ --header 'x-api-key: <api-key>'
{ "status": "success", "account": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "image": "<string>", "instruction": "<string>", "knowledges": [ { "url": "<string>", "name": "<string>", "type": "<string>" } ], "email": "<string>", "wallet_address": "<string>" } }
Retrieve detailed account information by ID. Returns the account with associated profile info, emails, and wallet addresses.
Your Recoup API key. Learn more.
The unique identifier (UUID) of the account
Account retrieved successfully
Status of the request
success
The account details
Show child attributes
Was this page helpful?