Onvo Documentation
APIs
Accounts
Get:Get All Accounts

Get all accounts

GET
/
api
/
accounts

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"
    },
    {
        "id": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
        "updated_at": "2024-01-17T10:14:12.62603+00:00",
        "full_name": "Ronnel Davis",
        "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
        "email": "ronneldavis1996@gmail.com",
        "phone_number": "8075065108"
    },
    {
        "id": "5899f99d-a449-4bfa-8769-19c097aaf1f7",
        "updated_at": "2024-01-17T10:14:12.62603+00:00",
        "full_name": "Ashiq Muhammed",
        "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
        "email": "mbgashiq@gmail.com",
        "phone_number": "8075065108"
    },
    {
        "id": "5899f99d-a449-4bfa-8769-19c097aaf1f8",
        "updated_at": "2024-01-17T10:14:12.62603+00:00",
        "full_name": "Vrushabh Jambhulkar",
        "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
        "email": "vrushabh2312@gmail.com",
        "phone_number": "8075065108"
    }
]