GET
/
me
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}"

Authorizations

x-ac-api-key
string
header
required

Response

200
application/json
200
id
string
name
string
createdAt
string
updatedAt
string