PATCH
/
public
/
v1
/
prior-authorizations
/
{prior_authorization_id}
curl --request PATCH \
  --url https://api.silnahealth.com/public/v1/prior-authorizations/{prior_authorization_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requested_treatment_codes": null,
  "documents": null,
  "clinician": null,
  "start_date": null
}'
This response does not have an example.
This API is in Beta! Please be prepared to adapt to a new schema with limited notice if you choose to integrate.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prior_authorization_id
string
required

Body

application/json

The body is of type object.

Response

204

OK