v1

latestOpenAPI 3.0.1MIT2026-07-2691084.8 KB

Get Profiles

Get all profiles with their custom fields, files, and more. This endpoint is not paginated, you got enverything at once.

get/rest/v2/profiles

Query parameters

updatedAfterstring

An ISO 8601 date string to filter profiles updated after this date

wherestring

A JSON object string containing the graphQL filters for more advanced usage

orderBystring

A JSON object string containing the order. Example: { "createdAt": "desc" }

limitnumber

The number of profiles to return. Default is 100, max is 1000

offsetnumber

Return profiles starting from this offset

Response

Responses for GET /api/rest/profiles

totalnumber

The total number of profiles matching the query

Example response

{
  "total": 100
}