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=null
are pending authorization (they haven’t signed the form yet) - Providers with
signed_at
populated have completed the authorization process
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.