API version:
GET /public/v2/sending_requests/:id
Return the processing status of an existing Sending Request
Returns the status of the sending request.
Supported Formats
jsonErrors
Code | Description |
---|---|
400 | invalid_scope |
400 | unauthorized_client |
401 | Could not find resource owner |
401 | Resource owner is not entitled |
401 | invalid_token |
401 | Must be authenticated. |
401 | Unauthorized application. |
422 | Bad input parameter. Error message should indicate which one and why. |
404 | Sending Request not found. |
404 | Sending Request '<ID>' not found. |
Examples
GET /public/{version}/sending_requests/94816d85-f003-461d-bd23-021df5814e54 200 { "id": "94816d85-f003-461d-bd23-021df5814e54", "status": "waiting_for_file", "status_message": null, "upload_url": "https://rightsignature-sr-development.s3.amazonaws.com/public_api/sending_requests/94816d85-f003-461d-bd23-021df5814e54/test.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJSRMQNOZ6XOBJZ4A%2F20180507%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180507T152332Z&X-Amz-Expires=3600&X-Amz-Signature=444cef94d31991e1f8c4d2de2423c9b2cd8bbd286a51fc2b494307c3cea7c02f&X-Amz-SignedHeaders=Host&x-amz-acl=private", "document_template_id": null, "created_at": "2018-05-07T08:23:32.620-07:00", "updated_at": "2018-05-07T08:23:32.620-07:00" }
Params
Param name | Description |
---|---|
id required |
Sending Request id Validations:
|