get https://connect.penbox.io/v1/signature/
Retrieve a specific Signature object from its id
Use the correct Accept header
By default, this endpoint returns a file in bytes (when the
Accept
header is empty)For the json object containing the information about the signature, use
Accept : application/json
Be sure to use the signature id (that can be found in the response), not the request id
Returned data
The data returned in data
is encoded in base64. You can use online tools (example) to decode the returned data.