Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.68 KB

gs-environments.md

File metadata and controls

30 lines (23 loc) · 1.68 KB
title description hide_table_of_contents sidebar_position
Environments
Information about the environments for UID2.
false
7

import Link from '@docusaurus/Link';

Environments

The following table lists all current testing and production environments for UID2.

Environment Cloud Region Code Base URL
Integration Testing AWS US East (Ohio) us-east-2 https://operator-integ.uidapi.com
Production Automatically optimized region routing via AWS Global Accelerator n/a https://global.prod.uidapi.com
Production AWS US East (Ohio) us-east-2 https://prod.uidapi.com
Production AWS US West (Oregon) us-west-2 https://usw.prod.uidapi.com
Production AWS Asia Pacific (Sydney) ap-southeast-2 https://au.prod.uidapi.com
Production AWS Asia Pacific (Tokyo) ap-northeast-1 https://jp.prod.uidapi.com
Production AWS Asia Pacific (Singapore) ap-southeast-1 https://sg.prod.uidapi.com

For example, https://operator-integ.uidapi.com/v2/token/generate.

Notes:

  • All UID2 endpoints use the same base URL.
  • The integration environment and the production environment require different API keys.
  • The expiration time of the UID2 token returned by the POST /token/generate or POST /token/refresh endpoints is subject to change, but is always significantly shorter in the integration environment than it is in the production environment.