Onvo Documentation
APIs
Teams
Get:Get Team by Id

Get team by id

GET
/
api
/
teams
/
{id}

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "created_at": "2024-01-17T10:14:12.62603+00:00",
    "name": "Onvo AI",
    "id": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
    "phone_number": "+91 807 506 5108",
    "logo": null,
    "email": null,
    "stripe_id": null
}