Create authorization

Create a new authorization for a client. clientId must be supplied in the
request body and identifies which client the authorization belongs to.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for POST /authorizations. clientId, authNumber,
whenReceived, bookingTypeId, and startDate are required.

string
required

Client ID (MongoDB ObjectId) the authorization belongs to.

string
required

Authorization number from payor

string
required

When the authorization was received. Accepts YYYY-MM-DD or full ISO 8601 date-time.

string

Authorization notes

string

Source identifier

string

Payor ID

string

Payor name (if not using ID)

string
enum

Payor type

Allowed:
string

Referring provider ID

string

Attending provider ID

string

Primary ICD diagnosis code

secondaryIcdCodes
array of strings

Secondary ICD codes

secondaryIcdCodes
string
required

Booking type ID

string

Booking type name

string

Service type

date
required

Authorization start date (YYYY-MM-DD)

date

Authorization end date (YYYY-MM-DD)

constraints
array of objects

Usage constraints (optional)

constraints
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json