# Endpoints

{% hint style="info" %} <mark style="color:green;">**Please make sure the external endpoints are accessible from the environment you are running the docket image.**</mark>
{% endhint %}

**Staging Environment**

| Endpoint                      | Usability                                        | URL                                          |
| ----------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process.            | To initiate the start, process from utility      | `http://localhost:8080/v2/signature/start`   |
| Initiate the Signing request. | To initiate the signing process from utility     | `http://localhost:8080/v2/signature/request` |
| Sign PDF document             | To initiate the PDF signing process from utility | `http://localhost:8080/v2/signature/sign`    |
| Hash Signing Base URL         | Internal Call                                    | `https://stg-id.uaepass.ae`                  |
| Signing Backend URL           | Internal Call                                    | `https://stg-apis.uaepass.ae`                |

#### Production Environment

| Endpoint                      | Usability                                        | URL                                          |
| ----------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process.            | To initiate the start, process from utility      | `http://localhost:8080/v2/signature/start`   |
| Initiate the Signing request. | To initiate the signing process from utility     | `http://localhost:8080/v2/signature/request` |
| Sign PDF document             | To initiate the PDF signing process from utility | `http://localhost:8080/v2/signature/sign`    |
| Hash Signing Base URL         | Internal Call                                    | `https://id.uaepass.ae`                      |
| Signing Backend URL           | Internal Call                                    | `https://apis.uaepass.ae`                    |
