Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.02 KB

UID2 API Documentation > v1 > Endpoints

UID2 Endpoints

Identity Tokens

Endpoint Description
GET /token/generate Generate a UID2 token from an email address or email address hash.
GET /token/validate Validate that an advertising token (UID2) matches the specified email address or email address hash.
GET /token/refresh Generate a new token for a user for their refresh token from the GET /token/generate response.

Identity Maps

Endpoint Description
GET /identity/buckets Monitor rotated salt buckets uisng their last updated timestamp.
GET /identity/map Retrieve the UID2 and salt bucket ID for an email address or an email address hash.
POST /identity/map Retrieve UID2s and salt bucket IDs for multiple email addresses or email address hashes.