File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/apidocs-mxsdk/apidocs/governance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Store the generated value `{GENERATED_PAT}` somewhere safe so you can use it to
3939Each request must contain an ` Authorization ` header with the value ` MxToken {GENERATED_PAT} ` . Here is an example:
4040
4141``` http
42- GET /api/user-identifiers/v1/uuids HTTP/1.1
42+ POST /api/user-identifiers/v1/uuids HTTP/1.1
4343Authorization: MxToken 7LJE…vk
4444```
4545
@@ -65,7 +65,7 @@ The following steps lead to retrieval of user's UUIDs of the email addresses pro
6565 }
6666 ```
6767
68- 1 . Call `GET /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.
68+ 1 . Call `POST /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.
6969
7070## API Reference
7171
You can’t perform that action at this time.
0 commit comments