Skip to main content
GET
/
v1
/
prior-auth
/
authorizations
/
{authorization_id}
/
attachments
List Attachments
curl --request GET \
  --url https://api.example.com/v1/prior-auth/authorizations/{authorization_id}/attachments
[
  {
    "id": "<string>",
    "fileId": "<string>",
    "label": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "documentTypes": [
      "<string>"
    ]
  }
]

Path Parameters

authorization_id
string
required

Response

Successful Response

id
string
required
fileId
string
required
label
string
required
createdAt
string<date-time>
required
documentTypes
string[]