Skip to main content
GET
/
project
cURL
curl --request GET \
  --url https://api.teamcamp.app/v1.0/project \
  --header 'apiKey: <api-key>'
[
  {
    "projectId": "<string>",
    "projectName": "<string>"
  }
]

Authorizations

apiKey
string
header
required

Response

Project response

projectId
string

The ID of the project.

projectName
string

The Name of the project.

I