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
signed_at=null
are pending authorization (they haven’t signed the form yet)signed_at
populated have completed the authorization processBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully retrieved authorized providers
The response is of type object
.