Get Authorized Providers
Get Authorized Providers
Retrieve all authorized providers for the organization.
Returns a list of providers that have been authorized or are pending authorization. Providers with signed_at=null are pending authorization (they haven’t signed the form yet). Providers with signed_at populated have completed the authorization process.
Returns: ApiResponse containing a list of AuthorizedProviderResponse objects
GET
Get Authorized Providers
Overview
Retrieve all authorized providers for the organization. Returns a list of providers that have been authorized or are pending authorization.- Providers with
signed_at=nullare pending authorization (they haven’t signed the form yet) - Providers with
signed_atpopulated have completed the authorization process
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.