Sign in

Get sending request status

documented

Return the processing status of an existing Sending Request.

GET /public/v2/sending_requests/{id}Sending requestsno 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.rightsignature.com/public/v2/sending_requests/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  # Sources: RightsSignature API v2 docs confirm endpoint base https://api.rightsignature.com/public/v2/sending_requests/{id} \
  # Official docs: https://api.rightsignature.com/documentation/new