Skip to main content
GET
/
cases
/
{case_id}
/
notarizations
/
{notarization_id}
/
download
Download notarized document
curl --request GET \
  --url https://api.example.com/v1/cases/{case_id}/notarizations/{notarization_id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

notarization_id
string
required

Response

Notarized document file.

The response is of type file.