GET
/
enterprise
/
consumption
curl --request GET \
  --url https://api.devin.ai/v1/enterprise/consumption \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string
required

Start date in ISO format (YYYY-MM-DD)

end_date
string
required

End date in ISO format (YYYY-MM-DD)

Response

200
application/json
Enterprise consumption data

Enterprise consumption data structure