Project

Retrieve a project

get/project/{project_id}

Response

A Project

creditnumber float required

Remaining credit of the project in $

discountinteger required

Discount of the project as percentage

idstring required
namestring required

Name of the project

Example response

{
  "credit": 25.4,
  "discount": 10,
  "id": "pjkkmx0f2vke4h36nk9cm8v8q0",
  "name": "my-project"
}