Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Store the generated value `{GENERATED_PAT}` somewhere safe so you can use it to
Each request must contain an `Authorization` header with the value `MxToken {GENERATED_PAT}`. Here is an example:

```http
GET /api/user-identifiers/v1/uuids HTTP/1.1
POST /api/user-identifiers/v1/uuids HTTP/1.1
Authorization: MxToken 7LJE…vk
```

Expand All @@ -65,7 +65,7 @@ The following steps lead to retrieval of user's UUIDs of the email addresses pro
}
```

1. Call `GET /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.
1. Call `POST /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.

## API Reference

Expand Down