GET
/
enrollments
curl --request GET \
  --url https://enrollments.us.stedi.com/2024-09-01/enrollments \
  --header 'Authorization: <api-key>'
{
  "nextPageToken": "945ff6de213d3ef481d028065d4c12fb996a166a3a90ef98564318decfae50ce4b36d74b7e9d9bafa6e1d169",
  "items": [
    {
      "id": "db6675c5-7bg7-4af9-8c68-a54a336d2911",
      "provider": {
        "name": "Test Medical Provider",
        "id": "db6665c5-7b97-4af9-8c68-a00a336c2998"
      },
      "payer": {
        "name": "UnitedHealthcare",
        "id": "87726"
      },
      "transactions": {
        "claimPayment": {
          "enroll": true
        }
      },
      "status": "LIVE",
      "source": "API"
    }
  ]
}
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

Authorization
string
header
required

A Stedi API Key for authentication.

Query Parameters

pageSize
number

The maximum number of elements to return in a page. If not specified, the default is 100.

Required range: 1 < x < 500
pageToken
string

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.

Required string length: 1 - 1024
filter
string
status
string

Response

200
application/json
ListEnrollments 200 response
nextPageToken
string

The token used for pagination

Required string length: 1 - 1024
items
object[]

Details about the enrollments matching the search criteria.