cURL
curl --request GET \ --url https://api.teamcamp.app/v1.0/verify \ --header 'apiKey: <api-key>'
{ "workspaceId": "<string>", "workspaceName": "<string>", "createdBy": "<string>" }
Endpoint to verify the validity of an API key.
API Response
The unique id of the company that the API key is associated with.
The name of the company that the API key is associated with.
The entity (user, system, or process) that created the API key.