Skip to main content
GET
/
me
Me
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"
}

Authorizations

x-ac-api-key
string
header
required

Response

200

id
string
Example:

"workspace123"

name
string
Example:

"Example Workspace"

createdAt
string
Example:

"2024-01-15T10:30:00.000Z"

updatedAt
string
Example:

"2024-08-10T14:45:00.000Z"