get_account

View your account information.

Parameters

None.

Response Example

{
  "id": "org_abc123",
  "organization_name": "Acme Corp",
  "owner_email": "[email protected]",
  "slug": "acme",
  "subdomain": "acme.formdata.dev",
  "created_at": "2025-01-15T10:30:00Z",
  "updated_at": "2025-01-15T10:30:00Z"
}

Error Cases

Error Cause
Account not found. Organization record missing (should not occur under normal use)
401 Unauthorized Invalid or expired secret key

Example Prompt

"Show me my formdata.dev account details."

TIP

CLI equivalent: npx formdata-dev status (includes forms and destinations alongside account info).