Saltar al contenido principal
GET
List onboardings
v2 · Base URL https://api.fintoc.com/v2

Autorizaciones

Authorization
string
header
requerido

Parámetros de ruta

entity_id
string
requerido

The unique identifier of the entity (for example ent_8anBwgZktbZH6ydyHa6Tm0eM).

Parámetros de consulta

ending_before
string

Cursor for pagination. Use the id of the first onboarding on the current page to fetch the previous page. Cannot be combined with starting_after.

limit
integer
predeterminado:30

Maximum number of onboardings to return per page. Defaults to 30, with a maximum of 300.

starting_after
string

Cursor for pagination. Use the id of the last onboarding on the current page to fetch the next page. Cannot be combined with ending_before.

Respuesta

The list of onboardings of the entity, each as a compact object with its status and timestamps.

id
string
requerido

Unique identifier of the onboarding.

object
string
requerido

Type of the object. Always onboarding.

entity_id
string
requerido

Identifier of the entity this onboarding belongs to.

status
enum<string>
requerido

Current status of the onboarding. One of pending, in_progress, submitted, approved, rejected, or cancelled.

Opciones disponibles:
pending,
in_progress,
submitted,
approved,
rejected,
cancelled
source
enum<string>
requerido

Channel the onboarding is being completed through. One of api or dashboard.

Opciones disponibles:
api,
dashboard
submitted_at
string<date-time> | null
requerido

ISO 8601 datetime, in UTC, of when the onboarding was submitted for review. null until it is submitted.

reviewed_at
string<date-time> | null
requerido

ISO 8601 datetime, in UTC, of when the onboarding was reviewed. null until it is reviewed.