v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Discovery

Create Discovery

post/v2/discovery

Request body

payerIdstring

An optional parameter to prioritize the specified payer. See the Sohar payer list

idstring

An optional user defined identifier for the discovery

Example request

{
  "patient": {
    "firstName": "John",
    "lastName": "Doe",
    "dateOfBirth": "09/20/2023",
    "state": "CA",
    "zipCode": "90210"
  },
  "payerId": "62308",
  "id": "123456"
}

Response

A discovery ID

discoveryIdstring

The Sohar ID for the discovery

idstring nullable

An optional identifier for the discovery. This is a user-defined value that can be used when creating the discovery

Example response

{
  "discoveryId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
  "id": "123456"
}