Sign in

Get Attachment

documented

Retrieve metadata for a specific attachment.

GET /api/v1/attachments/{id}Attachments & Filesno 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://api.rev.com/api/v1/attachments/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Rev {{REV_API_CLIENT_KEY}}:{{REV_API_USER_KEY}}"