GET
/
enrollments
/
{enrollmentId}
curl --request GET \
  --url https://enrollments.us.stedi.com/2024-09-01/enrollments/{enrollmentId} \
  --header 'Authorization: <api-key>'
{
  "id": "db6675c5-7bg7-4af9-8c68-a54a336d2911",
  "primaryContact": {
    "firstName": "John",
    "lastName": "Doe",
    "email": "test@example.com",
    "phone": "555-123-34354",
    "streetAddress1": "123 Some Str.",
    "city": "A City",
    "state": "MD",
    "zipCode": "20814"
  },
  "userEmail": "test@example.com",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "submittedAt": "2023-11-07T05:31:56Z",
  "transactions": {
    "professionalClaimSubmission": {
      "enroll": true
    }
  },
  "status": "PROVISIONING",
  "provider": {
    "name": "Test Medical Provider",
    "id": "db6665c5-7b97-4af9-8c68-a00a336c2998"
  },
  "payer": {
    "name": "UnitedHealthcare",
    "stediPayerId": "87726"
  },
  "source": "API"
}
This is a beta endpoint. We may make backwards incompatible changes.

This endpoint allows you to retrieve details for the specified enrollment request.

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Path Parameters

enrollmentId
string
required

The Stedi-assigned identifier for the enrollment you want to retrieve.

Response

200
application/json
GetEnrollment 200 response

The response is of type object.