Fetch the completed signing request withDocumentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v2/x509/signing-requests/{uuid}. When state is Signed, the detached DER PKCS #7 / CMS signature is returned base64-encoded in the signature field.
Two retrieval paths, depending on the signing format:
- Detached formats (
CMS,Raw) produce a standalone signature with no embedded artifact. Retrieve it from thesignaturefield ofGET /api/v2/x509/signing-requests/{uuid}, as shown above. - Embedded / artifact formats (
Authenticode,Msi,JavaJar,Powershell) produce a signed artifact (for example, a signed.exe). The artifact is written to the signing service’s configured network drive and is retrieved withGET /api/v2/x509/signing-requests/{uuid}/signed/download. That endpoint requires a network drive on the service and does not apply to detachedCMS/Rawrequests.

