Box SIGN API: "404 not found"

Answered
New post

Comments

2 comments

  • Brian Lorraine

    Just to clarify the URL is https://api.box.com/2.0/sign_requests

    Auth is bearer token, header is content-type "application/json", and the body looks like

     

    {
           "signers": [
              {    
                "role": "signer",
                "email": "[user's email]"
              }
            ],
           "source_files": [
              {
                "type": "file",
                "id": "[redacted]"
              }
           ],
           "parent_folder": 
              {
                "type": "folder",
                "id": "[redacted]"
              }
         }


    The folder and file ID were both CREATED by the same service account using the same bearer token

    0
    Comment actions Permalink
  • Ann

    Hi Brian,

    Welcome to the Box Community!

    This would be something Product Support team would like to investigate and may require specific account information. I see you already have an open ticket for this issue and our representative is now investigating, please continue working with them and check your email for updates.

    Have a great rest of your week!

    0
    Comment actions Permalink

Please sign in to leave a comment.