https://www.docusign.com/v2.1/accounts/{accountId}/signatures/{signatureId}Returns information about the specified stamp.
The external account number (int) or account ID GUID.
The ID of the account stamp.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://www.docusign.com/v2.1/accounts/{accountId}/signatures/{signatureId}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://www.docusign.com/v2.1/accounts/{accountId}/signatures/{signatureId}Returns information about the specified stamp.
The external account number (int) or account ID GUID.
The ID of the account stamp.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://www.docusign.com/v2.1/accounts/{accountId}/signatures/{signatureId}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}