Label
List Labels of a Signature Request
Returns the list of Labels associated with a given Signature Request.
get/signature_requests/{signatureRequestId}/labels
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
Response
OK
Example response
{
"data": [
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"name": "Contracts"
}
]
}