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
SeeClickFix currently supports the following authentication methods for access to API v2.
8
-
1.HTTP Basic Authentication
8
+
1.Token Authentication
9
9
1. OAauth2 Authentication
10
10
11
-
### HTTP Basic Authentication
11
+
### Token Authentication
12
+
This method is appropriate for API access. It is a secret that is included as a request header.
12
13
13
-
This method is appropriate when the client has direct access to user credentials (username
14
-
and password).
14
+
Header Format:
15
+
<preclass="terminal">
16
+
Authorization: Bearer [token]
17
+
</pre>
18
+
19
+
To create and manage Bearer Tokens for Authentication, visit [Password & Security](https://account.civicplus.com/security) and go to the Personal Access Token section. Personal Access Tokens are Bearer Tokens.
0 commit comments