# Endpoints

Below is the standard endpoints for Staging and Production Environment:

**Staging**

<table><thead><tr><th width="182.66955222867227">Endpoints</th><th>URL</th></tr></thead><tbody><tr><td>Get Signing AccessToken</td><td>https://stg-id.uaepass.ae/trustedx-authserver/oauth/main-as/token</td></tr><tr><td>Create Sign Process</td><td>https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes</td></tr><tr><td>Get Signature Status</td><td>https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{Add signer ProcessId}/result</td></tr><tr><td>Fetch Signed Document</td><td>https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/documents/{Add documentId}/content</td></tr><tr><td>Delete SignProcess</td><td>https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes/{AddsignerProcessId}/</td></tr></tbody></table>

**Production**

| Endpoints               | URL                                                                                                  |
| ----------------------- | ---------------------------------------------------------------------------------------------------- |
| 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**

{% hint style="info" %}
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 ](https://docs.uaepass.ae/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/2.-creating-the-document-signature-process)and [delete ](https://docs.uaepass.ae/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/5.-deleting-the-document-signature-process)signature process.&#x20;
{% endhint %}
