Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
Contact Sales
LogoLogo
API ReferencePayersV4

Get payer

GET
/api/payers/v4/:payer_uuid
GET
/api/payers/v4/:payer_uuid
1curl https://api.joincandidhealth.com/api/payers/v4/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32 \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "payer_uuid": "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
3 "payer_ids": {
4 "claims_payer_id": "claims_payer_id",
5 "eligibility_payer_id": "eligibility_payer_id",
6 "remittance_payer_id": "remittance_payer_id"
7 },
8 "payer_name": "payer_name",
9 "clearinghouse_payer_info": {
10 "CHANGE_HEALTHCARE": {
11 "payer_name": "payer_name",
12 "professional_payer_ids": {
13 "claims_payer_id": "claims_payer_id",
14 "eligibility_payer_id": "eligibility_payer_id",
15 "remittance_payer_id": "remittance_payer_id"
16 },
17 "institutional_payer_ids": {
18 "claims_payer_id": "claims_payer_id",
19 "eligibility_payer_id": "eligibility_payer_id",
20 "remittance_payer_id": "remittance_payer_id"
21 },
22 "professional_claims_support": "NOT_SUPPORTED",
23 "institutional_claims_support": "NOT_SUPPORTED",
24 "eligibility_support": "NOT_SUPPORTED",
25 "remittance_support": "NOT_SUPPORTED"
26 }
27 },
28 "street_address": {
29 "address1": "address1",
30 "city": "city",
31 "state": "AA",
32 "zip_code": "zip_code",
33 "zip_plus_four_code": "zip_plus_four_code",
34 "address2": "address2"
35 }
36}
Was this page helpful?
Previous

Get all payers

Next
Built with
Get all payers

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

payer_uuidUUIDRequired

Response

This endpoint returns an object.
payer_uuidUUID

Auto-generated ID set on creation.

payer_idsobject
The primary national payer IDs of the payer.
payer_namestring
The primary display name of the payer.
clearinghouse_payer_infomap from enums to objects
street_addressobject or null