GET
/
public
/
v1
/
prior_authorizations
/
{prior_authorization_id}
curl --request GET \
  --url https://api.silnahealth.com/public/v1/prior_authorizations/{prior_authorization_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "specialty": "PHYSICAL_THERAPY",
  "requested_treatment_codes": [
    {
      "treatment_codes": [
        {
          "code": "<string>",
          "description": "<string>",
          "standard": "CPT",
          "treatment_code_modifiers": [
            {
              "code": "<string>",
              "description": "<string>"
            }
          ]
        }
      ],
      "units": "2.5",
      "unit_type": "VISITS",
      "time_frame": "TOTAL"
    }
  ],
  "approved_treatment_codes": [
    {
      "treatment_codes": [
        {
          "code": "<string>",
          "description": "<string>",
          "standard": "CPT",
          "treatment_code_modifiers": [
            {
              "code": "<string>",
              "description": "<string>"
            }
          ]
        }
      ],
      "units": "2.5",
      "unit_type": "VISITS",
      "time_frame": "TOTAL",
      "reference_number": null,
      "approved_start_date": null,
      "approved_end_date": null
    }
  ],
  "requested_start_date": "2023-12-25",
  "requested_end_date": null,
  "status": "DRAFT",
  "reference_numbers": [
    "<string>"
  ],
  "authorization_type": "ASSESSMENT_AUTHORIZATION",
  "approval_files": [
    {
      "document_type": "APPROVAL_LETTER",
      "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "denial_files": [
    {
      "document_type": "DENIAL_LETTER",
      "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "other_files": [
    {
      "document_type": "AUTHORIZATION_FORM",
      "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "submitted_at": null,
  "last_updated_at": null
}

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

Response

200
application/json
id
string
required

ID of the prior authorization

specialty
enum<string>
required

Specialty for the prior authorization

Available options:
PHYSICAL_THERAPY,
ABA_THERAPY,
SPEECH_THERAPY,
OCCUPATIONAL_THERAPY,
PSYCHOLOGICAL_TESTING,
HOME_HEALTH_CARE,
HOSPICE,
CARDIAC_REHABILITATION,
INTENSIVE_CARDIAC_REHABILITATION,
MENTAL_HEALTH
requested_start_date
string
required

Requested start date

status
enum<string>
required

Status of the prior authorization

Available options:
DRAFT,
REQUESTED,
UNNECESSARY,
AWAITING_PROVIDER,
AWAITING_SILNA,
SUBMITTED_TO_PAYOR,
PAYOR_DENIED,
PAYOR_DENIED_APPEALING,
PAYOR_APPROVED,
DENIED_UNAPPEALED,
PRELIMINARY_APPROVAL,
PARTIALLY_APPROVED,
WITHDRAWN
reference_numbers
string[]
required

List of all reference numbers on the authorization

authorization_type
enum<string>
required

Type of authorization

Available options:
ASSESSMENT_AUTHORIZATION,
INITIAL_AUTHORIZATION,
CONCURRENT_AUTHORIZATION,
AMENDMENT
created_at
string
required

Date the prior authorization was created

requested_treatment_codes
object[]

List of requested treatment codes

approved_treatment_codes
object[]

List of approved treatment codes

requested_end_date
string | null

Requested end date

approval_files
object[]

List of approval files

denial_files
object[]

List of denial files

other_files
object[]

List of uploaded files

submitted_at
string | null

Date the prior authorization was submitted to the payor

last_updated_at
string | null

Date the prior authorization was last updated