You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ Gradle Kotlin DSL dependency:
33
33
implementation("io.mailtrap:mailtrap-java:1.0.0")
34
34
```
35
35
36
-
### 2. Register/login into Mailtrap
36
+
### 2. Authentication
37
37
38
-
Obtain API token to configure and use MailtrapClient.
38
+
- Register/login into Mailtrap
39
+
- Obtain an API token [with respective permissions and access level](https://help.mailtrap.io/article/103-api-tokens) to configure and use MailtrapClient.
0 commit comments