Novant

Documentation

Project

Retrieves metadata for this project.

POST /v1/project
curl https://api.novant.io/v1/project \
  -X POST \
  -u ak_sample_123: \
  --compressed

Parameters

None

Returns

Returns the project metadata.

{
  "proj_id": 1,
  "proj_name": "Lumon Industries",
  "city": "Denver, CO, US",
  "tz": "Denver",
  "usage": 1047,
  "capacity": 10000
}