Skip to content

Commit

Permalink
Merge pull request #674 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
swisskyrepo authored Sep 22, 2023
2 parents 83f1af0 + 2aaeac9 commit 84569e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API Key Leaks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ A Mapbox API Token is a JSON Web Token (JWT). If the header of the JWT is `sk`,
#Check token validity
curl "https://api.mapbox.com/tokens/v2?access_token=YOUR_MAPBOX_ACCESS_TOKEN"
#Get list of all tokens associated with an account. (only works if the token is a Secret Token (sk), and has the appropiate scope)
#Get list of all tokens associated with an account. (only works if the token is a Secret Token (sk), and has the appropriate scope)
curl "https://api.mapbox.com/tokens/v2/MAPBOX_USERNAME_HERE?access_token=YOUR_MAPBOX_ACCESS_TOKEN"
```

Expand Down

0 comments on commit 84569e1

Please sign in to comment.