Skip to main content
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=null are pending authorization (they haven’t signed the form yet)
  • Providers with signed_at populated have completed the authorization process

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successfully retrieved authorized providers

status
default:success
Available options:
success
error
ApiError · object
data
AuthorizedProviderResponse · object[]