Skip to main content
POST
/
requests
Create Request
curl --request POST \
  --url https://api.example.com/requests/ \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '
{
  "patient_info": {
    "subscriber_id": "<string>",
    "dob": "<string>",
    "name": "<string>",
    "address": "<string>"
  },
  "payer_info": {
    "name": "Ambetter Meridian MI",
    "phone_number": "<string>"
  },
  "provider_info": {
    "npi": "<string>",
    "name": "<string>",
    "tin": "<string>",
    "organization_name": "<string>"
  },
  "callback_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-key
string
header
required

Body

application/json
patient_info
PatientInfo · object
required
payer_info
PayerInfo · object
required
provider_info
ProviderInfo · object
required
callback_url
string<uri>
required
Required string length: 1 - 2083
cpt_code_coverage
string[] | null

Response

Successful Response