Sign in

Read document attachment

documented

Retrieve a specific document attachment by UUID.

GET /document-attachments/{uuid}/Documentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://signrequest.com/api/v1/document-attachments/{{$uuid}}/\" \
  -X GET \
  -H \"Accept: application/json\" \
  -H \"Authorization: Token {{SIGNREQUEST_API_KEY}}\"