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

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.

I