api

Create Coverage Request

Generate a Coverage Request for Truepill to investigate whether a patient has any valid plans or benefit details.

post/api/v1/coverage_request

Request body

patient_tokenstring required
metadatastring

Example request

{
  "patient_token": "838a906bcc6e7671",
  "metadata": "metadata"
}

Response

Accepted

Changes