GET
/
credits
/
issued
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/credits/issued
{
  "project_id": "project-789",
  "time_period": "2023-Q4",
  "credits": 1200
}

Query Parameters

project_id
string
required

Unique identifier of the project.

time_period
string
required

Time period for which credits were issued.

Response

200
application/json
Successful response
project_id
string

Unique identifier of the project.

time_period
string

Time period for which credits were issued.

credits
integer

Number of credits issued.