GET
/
project
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

200
application/json
Project response
projectId
string

The ID of the project.

projectName
string

The Name of the project.