Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkatz committed May 22, 2024
1 parent 46ce6d6 commit 8c3b8df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ includes a username and password in the `Authorization` header.
Included in the response is an access token in the form of a JSON Web Token with
a 10 minute TTL.

## Access Token
## Tokens

All subsequest requests must used the access token in the `Authorization`
header, for example:
### Access Token

All subsequest requests must use the access token in the `Authorization` header,
for example:

```
Authorization: Bearer dht467bv4570flw2r
Expand Down

0 comments on commit 8c3b8df

Please sign in to comment.