GET/esignglobal/v1/stamps
Interface Description
Supports querying the list of stamps.
- Using an APPID that has the corresponding stamp query permission, you can obtain a list of stamp resources.
Request Parameters
Request Example
{
"pageNum": 1,
"pageSize": 20
}
Response Parameters
Response Example
{
"code": 0,
"data": {
"total": 2,
"stampList": [
{
"stampId": "501d7b6a95a74a478757ec49c89dcaba",
"stampName": "demoStamp",
"stampUrl": "urlDemo1",
"stampWidth": 36,
"stampHeight": 29
},
{
"stampId": "4019ecfe08014cdda02959732b2da5f9",
"stampName": "jack.demo",
"stampUrl": "urlDemo2",
"stampWidth": 100,
"stampHeight": 78
}
]
},
"message": "success"
}