Skip to main content

Welcome

Xignature Open API is a service that implements a remote sign system. In this service Xignature will not accept client’s document to be signed. We will only receive the Hash value sent by the client and return it in the form of a digital signature that has been signed on behalf of the signer. The figure below is an explanation of the system topology applied to Open API. title

Base URL

Staging
https://api.xignature.dev/v3/
Production
https://api.xignature.co.id/v3/

Authentication

All API endpoints are authenticated using api-key header and picked up from the specification file.
"security": [
  {
    "api-key": ""
  }
]
I