Skip to main content
GET
/
v1
/
projects
/
{project_identifier}
{
  "data": {
    "name": "<string>",
    "description": "<string>",
    "id": "<string>"
  }
}

Path Parameters

project_identifier
string
required

The project identifier: either project ID or project name. If using a project name, it cannot contain slash (/), question mark (?), or pound sign (#) characters.

Response

The requested project

data
object
required