Endpoint to verify the validity of an API key.
curl --request GET \ --url https://api.teamcamp.app/v1.0/verify \ --header 'apiKey: <api-key>'
{ "workspaceId": "<string>", "workspaceName": "<string>", "createdBy": "<string>" }
API Response