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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.teamcamp.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Response

Project response

projectId
string

The ID of the project.

projectName
string

The Name of the project.