Skip to content

Commit 7c2af7e

Browse files
Clarity
1 parent 9801714 commit 7c2af7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/endpoints/post-identity-map-v3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ For details, and code examples in different programming languages, see [Encrypti
109109
The response is encrypted only if the HTTP status code is 200. Otherwise, the response is not encrypted.
110110
:::
111111

112-
A successful decrypted response returns the UID2s for the specified email addresses, phone numbers, or their respective hashes. The sequence in the response matches the sequence in the request.
112+
A successful decrypted response returns the current UID2s, previous UID2s (where applicable) and refresh timestamps for the specified email addresses, phone numbers, or their respective hashes.
113113

114-
Identifiers that cannot be mapped to a UID2 are mapped to an error object with the reason for unsuccessful mapping. An unsuccessful mapping occurs if the identifier is considered invalid or if the identifier has opted out from the UID2 ecosystem. In these cases, the response status is still "success".
114+
The response arrays preserve the order of input arrays. Each element in the response array maps directly to the element at the same index in the corresponding request array. This ensures that results can be reliably associated with their corresponding inputs based on array position.
115+
116+
DIIs that cannot be mapped to a UID2 are mapped to an error object with the reason for unsuccessful mapping. An unsuccessful mapping occurs if the DII is considered invalid or if the DII has opted out from the UID2 ecosystem. In these cases, the response status is still "success".
115117

116118
```json
117119
{

0 commit comments

Comments
 (0)