Candid Health · Example Payload

Candid Health Auth Token Response Example

Medical BillingRevenue Cycle ManagementHealthcareClaimsEligibilityPrior AuthorizationRemittancePatient CollectionsCredentialingInsurance

Candid Health Auth Token Response 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

access_tokentoken_typeexpires_in

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
  "token_type": "Bearer",
  "expires_in": 18000
}