/v1/orgs/{orgId}/usage
GET
/v1/orgs/{orgId}/usage
const url = 'https://service.v2.nairon.xyz/v1/orgs/example/usage';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://service.v2.nairon.xyz/v1/orgs/example/usage \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”orgId
required
string format: cuid
Query Parameters
Section titled “Query Parameters”from
string format: date-time
to
string format: date-time
Responses
Section titled “Responses”Default Response