---
title: "List Profiles"
method: GET
path: "/api/reach/v1/profiles"
tags: ["Reach: Profiles"]
---

# List Profiles

`GET /api/reach/v1/profiles`

This endpoint returns all profiles available to the client, including their basic information.

## Response `200`

Success response

- ReachV1ProfilesProfileResource[] — Array of [`Reach.V1.Profiles.ProfileResource`](#model/reachv1profilesprofileresource)
  - `limits` object
    - `ai_messages_limit` integer
    - `subscribers_limit` integer
    - `emails_monthly_limit` integer
    - `ai_messages_additional` integer
  - `is_trial` boolean
  - `expires_at` string, date-time
  - `resource_id` integer
  - `status` string
  - `profiles` object[]
    - `uuid` string
    - `domain` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
