Skip to main content
GET
/
verify
cURL
curl --request GET \
  --url https://api.teamcamp.app/v1.0/verify \
  --header 'apiKey: <api-key>'
{
  "workspaceId": "<string>",
  "workspaceName": "<string>",
  "createdBy": "<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

API Response

Endpoint to verify the validity of an API key.

workspaceId
string

The unique id of the company that the API key is associated with.

workspaceName
string

The name of the company that the API key is associated with.

createdBy
string

The entity (user, system, or process) that created the API key.