← Tools Reference

SignPath

SignPath integration (Developer Tools, Security). Imported from open-connector.

API key3 toolshttps://app.signpath.io/api/v1
GET
signpath_list_signing_policies
List SignPath signing policies visible to the API token, optionally filtered by project and policy slug.

/Cryptoki/MySigningPolicies

2 parameters
ParamTypeRequiredDescription
projectSlugstringoptionalOptional project slug to filter returned signing policies.
signingPolicySlugstringoptionalOptional signing policy slug to filter returned signing policies.
GET
signpath_get_signing_request
Get the current status and metadata for a SignPath signing request so callers can poll for completion.

/SigningRequests/{signingRequestId}

1 parameter
ParamTypeRequiredDescription
signingRequestIdstringrequiredThe signing request identifier returned by SignPath.
POST
signpath_fast_sign_hash
Submit a fast SignPath hash-signing request using the REST API payload.json contract and return the signature result immediately.

/SigningRequests/SubmitWithArtifact

8 parameters
ParamTypeRequiredDescription
projectSlugstringrequiredThe project slug to submit the signing request to.
signingPolicySlugstringrequiredThe signing policy slug to submit the request to.
signatureAlgorithmstringrequiredThe signature algorithm used by the SignPath signing policy.
rsaHashAlgorithmstringoptionalThe RSA hash algorithm OID used when the signing policy uses an RSA key.
ecdsaSignatureFormatstringoptionalThe ECDSA signature format used when the signing policy uses an ECDSA key.
base64EncodedHashstringrequiredThe base64-encoded hash digest that SignPath should sign.
descriptionstringoptionalOptional description to attach to the signing request, such as a version label.
metadataobjectoptionalRaw JSON object returned by the SignPath API.