# 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`    |
