> For the complete documentation index, see [llms.txt](https://docs.uaepass.ae/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uaepass.ae/feature-guides/authentication/web-application/endpoints.md).

# Endpoints

Since the integration is based on OAuth 2.0, below are the standard endpoints of UAE PASS for Staging and Production environment.

**Staging**

| Endpoint      | URL                                          |
| ------------- | -------------------------------------------- |
| Authorization | `https://stg-id.uaepass.ae/idshub/authorize` |
| Token         | `https://stg-id.uaepass.ae/idshub/token`     |
| User Info     | `https://stg-id.uaepass.ae/idshub/userinfo`  |
| Logout        | `https://stg-id.uaepass.ae/idshub/logout`    |

**Production**

| Endpoint      | URL                                      |
| ------------- | ---------------------------------------- |
| Authorization | `https://id.uaepass.ae/idshub/authorize` |
| Token         | `https://id.uaepass.ae/idshub/token`     |
| User Info     | `https://id.uaepass.ae/idshub/userinfo`  |
| Logout        | `https://id.uaepass.ae/idshub/logout`    |
