We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2102d41 commit e6018bbCopy full SHA for e6018bb
1 file changed
content/v2/overview/authentication.md
@@ -9,7 +9,7 @@ SeeClickFix currently supports the following authentication methods for access t
9
1. Token Authentication
10
1. OAauth2 Authentication
11
12
-### Token Authentication
+## Token Authentication
13
This method is appropriate for API access. It is a secret that is included as a request header.
14
15
Header Format:
@@ -24,7 +24,7 @@ $ curl -i https://seeclickfix.com/api/v2/profile -H "Authorization: Bearer test-
24
</pre>
25
26
27
-### OAuth2 Authentication
+## OAuth2 Authentication
28
29
This method is appropriate when the client application is being used by multiple users
30
and the user's credentials should not be shared with the client directly.
0 commit comments