Box Developer Documentation
 
    Latest version

    Resend Box Sign request

    post
    https://api.box.com/2.0
    /sign_requests/:sign_request_id/resend

    This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.

    Resends a signature request email to all outstanding signers.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    33243242

    The ID of the signature request

    Response

    none

    Returns an empty response when the API call was successful. The email notifications will be sent asynchronously.

    application/jsonClient error

    Returns an error when the signature request cannot be found or the user does not have access to the signature request.

    application/jsonClient error

    An unexpected client error.

    post
    Resend Box Sign request
    You can now try out some of our APIs live, right here in the documentation.
    Log in

    Request Example

    cURL
    curl -i -X POST "https://api.box.com/2.0/sign_requests/<SIGN_REQUEST_ID>/resend" \
         -H "authorization: Bearer <ACCESS_TOKEN>"