curl--request GET \--url https://enrollments.us.stedi.com/2024-09-01/providers \--header'Authorization: <api-key>'
{"items":[{"id":"10334e76-f073-4b5d-8984-81d8e5107857","name":"BDQ Dental Inc","npi":"1999999992","taxIdType":"EIN","taxId":"555123456"},{"id":"10234e76-f067-4b5d-8984-81d8e5107123","name":"Example Medical Associates","npi":"1999999984","taxIdType":"EIN","taxId":"100100111"}]}
This is a beta endpoint. We may make backwards incompatible changes.
This endpoint retrieves all of the provider records you added from your Stedi account through either the Providers page in Stedi or the Create Provider endpoint.
This endpoint returns only the provider record; it doesn’t include information about associated enrollments. To retrieve enrollment information, use the List Enrollments endpoint.
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.
The provider's business name. This is typically the provider's practice name, such as Dental Associates, LLC, but it can also be the provider's first and last name.
The provider's tax ID, as specified by taxIdType. This identifier is formatted without any separators, such as dashes or spaces. For example 111-22-3333 is represented as 111223333.
curl--request GET \--url https://enrollments.us.stedi.com/2024-09-01/providers \--header'Authorization: <api-key>'
{"items":[{"id":"10334e76-f073-4b5d-8984-81d8e5107857","name":"BDQ Dental Inc","npi":"1999999992","taxIdType":"EIN","taxId":"555123456"},{"id":"10234e76-f067-4b5d-8984-81d8e5107123","name":"Example Medical Associates","npi":"1999999984","taxIdType":"EIN","taxId":"100100111"}]}