Vai al contenuto principale
GET
/
v2
/
enterprise
/
consumption
/
cycles
Consumption Cycles Endpoint
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/consumption/cycles \
  --header 'Authorization: Bearer <token>'
[
  {
    "end": "2023-11-07T05:31:56Z",
    "start": "2023-11-07T05:31:56Z"
  }
]
Richiede la API key personale di un amministratore Enterprise. Restituisce un elenco di tutti i cicli di fatturazione per il tuo account Enterprise dalla creazione fino a oggi.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

end
string<date-time>
required
start
string<date-time>
required