---
title: "List profiles"
method: GET
path: "/v2/profiles"
tags: ["Profiles API"]
---

# List profiles

`GET /v2/profiles`

Retrieve a list of all of your profiles.

The results are paginated.

> 🔑 Access with
>
> [Advanced access token with **profiles.read**](/reference/authentication)
>
> [OAuth access with **profiles.read**](/reference/authentication)

## Query parameters

- `from` string
- `limit` integer, nullable

## Response `200`

A list of profile objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/versions/4b45df3039ef/schema)
