Skip to content

Commit c63998b

Browse files
authored
Merge pull request circleci#3484 from circleci/Authentication-Update-062619
Update _overview.md
2 parents 2dcebdb + de7d580 commit c63998b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-api/source/includes/_overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Where:
3333

3434
The CircleCI API utilizes token-based authentication to manage access to the API server and validate that a user has permission to make API requests. Before you can make an API request, you must first add an API token and then verify that you are authenticated by the API server to make requests. The process to add an API token and have the API server authenticate you is described in the sections below.
3535

36+
**Note** You may use the API token as the username for HTTP Basic Authentication, by passing the `-u` flag to the `curl` command.
37+
3638
## Add an API Token
3739

3840
```sh

0 commit comments

Comments
 (0)