Onvo Documentation
APIs
Accounts
Get:Get Accounts by Id

Get account by id

GET
/
api
/
accounts
/
{id}

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "id": "5899f99d-a449-4bfa-8769-19c097aaf1f5",
    "updated_at": "2024-01-17T10:14:12.62603+00:00",
    "full_name": "Demo user",
    "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
    "email": "info@onvo.ai",
    "phone_number": "8075065108"
}