GET
/
v0
/
reports
/
net-profit-by-period

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Query Parameters

period
enum<string>
required

Determines how the data is segmented.

Available options:
daily,
monthly,
quarterly,
yearly
start_date
string
required

Only include data after the start date (inclusive).

end_date
string
required

Only include data before the end date (inclusive).

tag_ids
string

Comma-separated list of tag ids for filtering.Requires Tier 3 subscription

Response

200 - application/json
entries
object[]
required

A list of report summary totals broken down by period between the start date and end date.