Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

You can also authorize with the organizationKey and the userLoginName.
Note: The organizationKey can also be found in Settings / Api Tokens and Apps
The organizationKey is the actual organization API key. The userLoginName is the actual login e-mail address.

Section

Image Modified

Authorization Request JSON

not required

Authorization Response JSON

Should response 200 OK

Upload a file

Before we can send an envelope, we must make sure that we have already uploaded a file. Therefore, the next request will be about uploading a file.
Image Modified

As you can see in Figure 5 you must also edit the body. So, the header will be the same as we have already seen in the authorization. In the body you must select that you will upload a file and you must choose a file which you wanted to be uploaded. (In this case “Tutorial.pdf”)

Attention! It is necessary to change from “none” to “form-data”.

Afterwards you should get a file ID. It is necessary that we do not forget this ID because we will need it for the envelope sending request.

Upload Request JSON

not required

Upload Response JSON

Section


Code Block
languagejava
themeEclipse
{
    "SspFileId": "17d23c79-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}


...