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