SuperDial API
Asynchronous REST API for submitting structured data extraction requests against insurance payers and retrieving the results. Submit a request (single or batch) against an account-provisioned schema, discover the inputs a schema requires, resolve payer names to dialing numbers, and read results by ID or by batch. Terminal results are delivered by an HMAC-SHA256-signed webhook. Auth is a short-lived bearer token exchanged for an API key/secret pair.
This API exposes 7 operations across 6 paths, organized into 3 resource areas, and defines 17 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.
Requests are made against a single base URL, https://robodialer-service-api-9nc4t1p9.uc.gateway.dev.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 3
SuperDial API declares
3 security schemes
for authenticating requests.
An API key is passed in the header as Robodialer-API-Key (apiKey).
An API key is passed in the header as Robodialer-API-Secret (apiSecret).
It accepts HTTP bearer tokens (bearerAuth).
apiKey— Your SuperDial API keyapiSecret— Your SuperDial API secretbearerAuth— Bearer token obtained from the /v1/auth endpoint
Paths & Operations 7
Across 6 paths, the API surfaces 7 operations — 5 GET, 2 POST. They span 3 resource areas: Authentication, Schemas, Requests. Each is listed below with its method, path, parameters, and response codes.
SuperDial employs Bearer Authentication. Fetch a bearer token using your API Key and API Secret, then pass it as Authorization: Bearer on subsequent calls.
Discover the schemas provisioned for your account and the required input keys for each. All non-2xx responses use the uniform {error, message, [details]} envelope (see the ApiErro…
Endpoints for creating and reading requests (structured data extraction jobs). All non-2xx responses use the uniform {error, message, [details]} envelope (see the ApiError schema).
Schemas 17
The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are RequestResponse (28 properties), CreateRequestPayload (9 properties), PayerLookup (6 properties), RequiredPayerInputsResponse (4 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
This is an independent, third-party profile of SuperDial API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.