MANTYS ELIGIBILITY API
Check insurance eligibility across UAE payers
Submit an eligibility check through the Mantys API and receive a structured result. Checks run asynchronously against your clinic's configured payer connections.
1
Describe the check
This is the same set of choices a receptionist makes in the product. Each one maps to a field in the request body.
SimulatedResponses are generated in your browser. This page never calls the API.
EXTRA_ARGS FOR THIS COMBINATION
Nothing here reaches the API
Every response is generated in your browser. The shapes and status values are the real ones; the values are invented.
BASE=https://prod.api.mantys.org/v2/api-integration-v3curl -sS -X POST "$BASE/create-task" \ -H "x-api-key: Bearer $MANTYS_API_KEY" \ -H "X-Clinic-ID: $MANTYS_CLINIC_ID" \ -H "X-Client-ID: $MANTYS_CLIENT_ID" \ -H 'Content-Type: application/json' \ -d '{ "tpa_name": "TPA004", "id_type": "EMIRATESID", "id_value": "784-0000-0000000-0", "visit_type": "OUTPATIENT", "doctorId": "DOC-0000000" }'SPECIAL CASES
Don’t know the patient’s payer? Use BOTH to search across DHPO (eClaimLink) and Riayati, then across every payer your clinic has credentials for.Supported scenarios & special cases (opens in a new tab)See all supported scenarios, including payer-specific identifiers, maternity checks, additional fields, Daman visit types, and other special cases.
Get your credentials
The three headers every authenticated request carries, and what a rejection looks like.
Create a task
Every request field, the two server-side defaults, and the per-payer special cases.
Poll for the answer
Which endpoint to poll, when to stop, and how to handle a client-side timeout.