List onboardings
Lists the onboardings of the entity. Only onboardings belonging to the organization of the API key used are visible.
v2 · Base URL https://api.fintoc.com/v2Authorizations
Path Parameters
The unique identifier of the entity (for example ent_8anBwgZktbZH6ydyHa6Tm0eM).
Query Parameters
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.
Maximum number of onboardings to return per page. Defaults to 30, with a maximum of 300.
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.
Response
The list of onboardings of the entity, each as a compact object with its status and timestamps.
Unique identifier of the onboarding.
Type of the object. Always onboarding.
Identifier of the entity this onboarding belongs to.
Current status of the onboarding. One of pending, in_progress, submitted, approved, rejected, or cancelled.
pending, in_progress, submitted, approved, rejected, cancelled Channel the onboarding is being completed through. One of api or dashboard.
api, dashboard ISO 8601 datetime, in UTC, of when the onboarding was submitted for review. null until it is submitted.
ISO 8601 datetime, in UTC, of when the onboarding was reviewed. null until it is reviewed.