Get all teams
GET
/
api
/
teams
Authorizations
x-api-key
string
headerrequiredResponse
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"
}
]
You can find all properties for Teams in the concepts at this link