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

The response is of type object.