Cost
The "Cost" section contains an endpoint that enables users to retrieve an estimated cost, showing them approximately how much they will be charged at the end of the month. This functionality provides users with insight into their anticipated expenses, aiding in financial planning and budget management.
Get costs by team
GET
{{BASE_URL}}/api/teams/{id}/costs
Get a cost estimate for a specific team.
Headers
Name
Type
Description
Authorization*
String
Bearer Token
Request Body
Name
Type
Description
id*
String
team id
Last updated