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

200
application/json
API Response

Endpoint to verify the validity of an API key.