Get team details
Returns basic team information with optional includes for related resources.
query Parameters
includeAvailable includes are features, featuresCount, featuresExists. You can include multiple options by separating them with a comma.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get team details › Responses
TeamData
idnameplantierverified_atcreated_atfeaturesdomains_countprojects_countmembers_countUpdate team settings
Get team usage statistics
Returns current and historical email usage data with billing information. Historical usage includes up to 12 most recent periods.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get team usage statistics › Responses
TeamUsageDetailData
Get team members
query Parameters
page[size]The number of results that will be returned per page.
page[cursor]The cursor to start the pagination from.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get team members › Responses
Paginated set of TeamMemberData
pathBase path for paginator generated URLs.
per_pageNumber of items shown per page.
next_cursorThe "cursor" that points to the next set of items.
next_page_urlprev_cursorThe "cursor" that points to the previous set of items.
prev_page_url