Retrieves a list of user signature definitions for a specified user.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/signatures?stamp_type={{stamp_type}}
Retrieves the signature definitions for the specified user.
The userId parameter 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
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
stamp_type | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |