Teams
Get Teams
API Documentation
Account
Sites
Chargers
Datapoints
Teams
Get Teams
Returns all teams from the system that the user has access to
GET
/
teams
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
data
Team[]
Array of teams
id
integer
The identifier of the team
name
string
The name of the team
type
TeamType
The type of the team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
email
string
The email of the team
created_at
string
The date the team was created
updated_at
string
The date the team was last updated
Was this page helpful?