API Reference

List PA Requests

Get list of Pre-authorization requests for Insurer or hospital

Log in to see full request history
Query Params
string

The status of the PA requests.

Note: 'partially_approved' points to PA Requests that have been approved but whose approved amount is less than the total amount.

integer

The ID of the enrollee the PA requests were created for

integer

Applicable if fetching list as an Insurer

The ID of the hospital that created the PA requests

integer

Applicable if fetching list as a provider/hospital

The ID of the Insurer that owns the created PA requests

string

This is used to search for claims by the key word supplied to it.

The search is applied to the enrollee firstname, lastname, and insurance number, the PA codes, as well as diagnoses icd codes and names.

boolean

This parameter is used to filter the PA Requests based on if an action has been performed on it.

boolean

This parameter is used to filter the PA Requests based on if it has been either approved or rejected as the final action.

boolean

This parameter is used to filter the PA Requests based on if they have been synced with external db or not.

Filter returned PA Requests by the creation date.

This implements a range filtering on the PA Requests when set to an object with keys of 'start' and 'end' bearing date values.
Setting it to a single date string also filters the PA Requests with a direct comparison to the value given.

Filter returned PA Requests by the handled date.

This implements a range filtering on the PA Requests when set to an object with keys of 'start' and 'end' bearing date values.
Setting it to a single date string also filters the PA Requests with a direct comparison to the value given.

Filter returned PA Requests by the closed date or date by which is was either approved or rejected.

This implements a range filtering on the PA Requests when set to an object with keys of 'start' and 'end' bearing date values.
Setting it to a single date string also filters the PA Requests with a direct comparison to the value given.

Filter returned PA Requests by the synced date if available.

This implements a range filtering on the PA Requests when set to an object with keys of 'start' and 'end' bearing date values.
Setting it to a single date string also filters the PA Requests with a direct comparison to the value given.

boolean

Used to fetch an exported list of PA requests in Excel format. Can be used in conjunction with other filters to achieve results.

integer

The presence of this param would return results in paginated format
Better used together with the 'per_page' param

This is used to indicate the offset from which results are fetched in paginated format.

integer

Better used together with the 'page' param

This is used to indicate the how many results are to be in an offset for pagination.

Responses

401

Unauthenticated

404

Not Found

Language
Credentials
API KEY from your account dashboard
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json