# Endpoints

Since the integration is based on OAuth2, below are the standard endpoints of UAEPASS for STG and Production environment:

**Staging**

| Endpoint  | URL                                                                                  |
| --------- | ------------------------------------------------------------------------------------ |
| Token     | `https://stg-id`.uaepass.ae/idshub/introspect                                        |
| User Info | [`https://stg-`id.uaepass.ae/idshub/userinfo](https://id.uaepass.ae/idshub/userinfo) |

**Production**

| Endpoint  | URL                                                                                  |
| --------- | ------------------------------------------------------------------------------------ |
| Token     | [`https://id.uaepass.ae/idshub/introspect`](https://id.uaepass.ae/idshub/introspect) |
| User Info | [`https://`id.uaepass.ae/idshub/userinfo](https://id.uaepass.ae/idshub/userinfo)     |
