# Endpoints

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

**Staging**

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

**Production**

| Endpoint                     |                                                  | URL                                          |
| ---------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process            | To initiate the start, process from utility      | `http://localhost:8089/v2/signature/start`   |
| Initiate the Signing request | To initiate the signing process from utility     | `http://localhost:8089/v2/signature/request` |
| Sign PDF document            | To initiate the PDF signing process from utility | `http://localhost:8089/v2/signature/sign`    |
| Time Stamping Authority URL  | Internal Call                                    | `https://ca-services.desc.gov.ae/adss/tsa`   |
| Hash Signing Base URL        | Internal Call                                    | `https://id.uaepass.ae`                      |
| Signing Backend URL          | Internal Call                                    | `https://apis.uaepass.ae`                    |
