v4

OpenAPI 3.1.02026-08-012402353.8 MB

List IntraFi Account Enrollments

get/intrafi_account_enrollments

Query parameters

cursorstring

Return the page of entries after this one.

limitinteger

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

account_idstring

Filter IntraFi Account Enrollments to the one belonging to an account.

status.instring[]

Filter IntraFi Account Enrollments for those with the specified status or statuses. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.

idempotency_keystring

Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.

Response

IntraFi Account Enrollment List

next_cursorstring nullable required

A pointer to a place in the list. Pass this as the cursor parameter to retrieve the next page of results. If there are no more results, the value will be null.

Example response

{
  "data": [
    {
      "account_id": "account_in71c4amph0vgo2qllky",
      "created_at": "2020-01-31T23:59:59Z",
      "email_address": null,
      "id": "intrafi_account_enrollment_w8l97znzreopkwf2tg75",
      "idempotency_key": null,
      "intrafi_id": "01234abcd",
      "status": "pending_enrolling",
      "type": "intrafi_account_enrollment"
    }
  ],
  "next_cursor": "v57w5d"
}