---
title: "Retrieve accounts for the authenticated user"
method: GET
path: "/accounts"
tags: ["accounts"]
---

# Retrieve accounts for the authenticated user

`GET /accounts`

Returns a paginated list of Ottimate accounts that the authenticated user has access to, based on partner associations linked to the OAuth client credentials.

## Query parameters

- `search` string
- `limit` integer
- `page` integer

## Headers

- `Authorization` string, required
- `X-Api-Key` string, required
- `X-API-Version` string

## Response `200`

Successful response with paginated account list

- AccountsGetAccountsRootResponse200
  - `count` integer
  - `page` integer
  - `limit` integer
  - `results` AccountObject[]
    - `id` string, required — Account ID (racc_ prefixed)
    - `name` string, required — Account name
    - `created_date` string — Account creation timestamp
    - `created_date_utc` string, date-time, nullable — UTC equivalent of created_date. ISO 8601 with Z suffix, e.g. "2025-05-20T15:17:35.652584Z".
    - `company_count` integer — Number of companies in this account
    - `location_count` integer — Number of active locations in this account

## Other responses

- `403` — Forbidden - Access denied or insufficient permissions

---

[API](https://skmtc.dev/ottimate/apis/api-reference.md) · [All operations](https://skmtc.dev/ottimate/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ottimate/api-reference/revisions/ba91ff4c6969/schema)
