> 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/token-validation-api/endpoints.md).

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