Endpoints

Below is the standard endpoints for Staging and Production Environment:

Staging

EndpointsURL

Get Signing AccessToken

https://stg-id.uaepass.ae/trustedx-authserver/oauth/main-as/token

Create Sign Process

https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes

Get Signature Status

https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{Add signer ProcessId}/result

Fetch Signed Document

https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/documents/{Add documentId}/content

Delete SignProcess

https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{AddsignerProcessId}/

Production

EndpointsURL

Get Signing AccessToken

https://id.uaepass.ae/trustedx-authserver/oauth/main-as/token

Create Sign Process

https://id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes

Get Signature Status

https://id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{AddsignerProcessId}/result

Fetch Signed Document

https://id.uaepass.ae/trustedx-resources/esignsp/v2/documents/{AdddocumentId}/content

Delete SignProcess

https://id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{AddsignerProcessId}/

Production

Note: Following fields “Add signer ProcessId”, “Add documentId” which are also highlighted above needs to be fetched from the output of “Create Sign Process Endpoint”. Details of the same has been illustrated below as a part of create and delete signature process.

Last updated