Onvo Documentation
APIs
Teams
Get:Get All Teams

Get all teams

GET
/
api
/
teams

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

[
    {
        "created_at": "2023-09-26T13:39:00.642448+00:00",
        "name": "Onvo Test",
        "id": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
        "phone_number": null,
        "logo": null,
        "email": "info@onvo.ai",
        "stripe_id": "cus_Oj1JlJbQliLM6W"
    }
]