Get issued credits

GET/credits/issued

Retrieve the number of credits issued per project and time period.

Query parameters

project_idstringrequired

Unique identifier of the project.

time_periodstringrequired

Time period for which credits were issued.

Response

project_idstring

Unique identifier of the project.

time_periodstring

Time period for which credits were issued.

creditsinteger

Number of credits issued.

Example response

{
  "project_id": "project-789",
  "time_period": "2023-Q4",
  "credits": 1200
}