Skip to main content
GET
/
api
/
projects
/
{project}
Get project info
curl --request GET \
  --url https://api.example.com/api/projects/{project} \
  --header 'X-Access-Token: <api-key>'
{
  "project_id": "<string>",
  "project_key": "<string>",
  "release_id": "<string>",
  "release_version": "<string>"
}

Authorizations

X-Access-Token
string
header
required

Evaluation token from project settings

Path Parameters

project
string
required

Project slug or ID

Response

Project information

Information about a loaded project

project_id
string
required

Unique identifier of the project

project_key
string
required

Human-readable project key/slug

release_id
string
required

ID of the currently loaded release

release_version
string
required

Semantic version of the loaded release