Fetches the workspace associated with the passed API key
curl --request GET \ --url https://app.activecalculator.com/api/v1/me \ --header 'x-ac-api-key: <api-key>'
"{\n \"id\": \"workspace123\",\n \"name\": \"Example Workspace\",\n \"createdAt\": \"2024-01-15T10:30:00.000Z\",\n \"updatedAt\": \"2024-08-10T14:45:00.000Z\"\n}"
Was this page helpful?