List Enrollments
Lists enrollment requests with optional filtering and pagination. This operation supports filtering by status, provider details, payer details, dates, and other criteria.
This is a beta endpoint. We may make backwards incompatible changes.
This endpoint retrieves a list of all enrollment requests you added from your Stedi account through either the Enrollments page or the Create Enrollment endpoint.
Authorizations
A Stedi API Key for authentication.
Query Parameters
The maximum number of elements to return in a page. If not specified, the default is 100.
1 <= x <= 500
pageToken
is an opaque token returned by a previous call to this operation in the nextPageToken
. If not specified, the first page of results is returned.
1 - 1024
A partial search term matched against multiple columns.
One or multiple statuses to filter by.
One or multiple provider NPIs to filter by.
One or multiple provider tax IDs to filter by.
One or multiple provider names to filter by.
One or multiple payer IDs to filter by.
One or multiple sources to filter by.
A list of enrollment transaction types to filter by.
The start date to filter enrollments created from this date.
The end date to filter enrollments created up to this date.
The start date to filter enrollments whose status was last updated from this date. When used with statusUpdatedTo, must be earlier than statusUpdatedTo.
The end date to filter enrollments whose status was last updated up to this date. When used with statusUpdatedFrom, must be later than statusUpdatedFrom.
Response
ListEnrollments 200 response
Output containing a paginated list of enrollments.