Candid Health · Example Payload

Candid Health Auth Token Request Example

Medical BillingRevenue Cycle ManagementHealthcareClaimsEligibilityPrior AuthorizationRemittancePatient CollectionsCredentialingInsurance

Candid Health Auth Token Request Example is an example object payload from Candid Health, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

client_idclient_secretgrant_type

Example Payload

Raw ↑
{
  "client_id": "your_client_id",
  "client_secret": "your_client_secret",
  "grant_type": "client_credentials"
}