404 Error when Using Box Sign API
I am currently developing an application using the Box Sign API and encountering a persistent 404 Not Found error when attempting to create a sign request. Here are the details of the issue:
API Endpoint:
URL: https://api.box.com/2.0/sign_requests
HTTP Method: POST
Access Token: Full-authorization
Payload Sent:
{ "signers": [ { "role": "signer", "email": "<personal email-redacted>" } ], "source_files": [ { "type": "file", "id": "1611107706949" } ], "parent_folder": { "type": "folder", "id": "278098710623" }, "is_document_preparation_needed": true}
Response Received:
{ "type": "error", "code": "not_found", "status": 404, "message": "Not found", "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/", "request_id": "0e33bee75ee29cf32c3c2aefc0b0b7adb", "context_info": { "errors": [ {