Skip to main content
Get Profiles
Debes usar tu clave de api privada para esta solicitud.
Puedes personalizar completamente la información de cada perfil gracias a los Campos personalizados. Haz clic en este enlace para entender cómo leer y escribir información en los campos personalizados.

Authorizations

X-API-KEY
string
header
required

Query Parameters

updatedAfter
string

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

where
string

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

orderBy
string

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

limit
number

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

offset
number

Return profiles starting from this offset

Response

200 - application/json

Responses for GET /api/rest/profiles

data
profiles · object[]
total
number

The total number of profiles matching the query

Example:

100