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.