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.
Documentation IndexFetch the complete documentation index at: https://docs.teamcamp.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.teamcamp.app/llms.txt
Use this file to discover all available pages before exploring further.
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.