Skip to content

GET /projects/{project}

GET /api/v1/projects/{project}

Returns one stored project.

ParameterTypeRequiredDescription
projectstringYesProject name
Terminal window
curl -X GET http://localhost/api/v1/projects/status-page \
-H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"
{
"data": {
"project": "status-page",
"label": "Status Page",
"description": "Public status page monitoring",
"status": "enabled"
}
}
  • 200 Project returned
  • 401 Missing or invalid API key
  • 404 Project not found