Retrieves the user initials image or the user signature image for the specified user.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/signatures/{{signatureId}}/{{imageType}}?include_chrome={{include_chrome}}
Retrieves the specified initials image or signature image for the specified user. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image.
The userId property specified in the endpoint must match the authenticated user's user ID and the user must be a member of the account.
The signatureId
parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (signatureId
), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint.
For example encode Bob Smith
as Bob%20Smith
.
Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_chrome | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |