Api token authentication
Use the token from your documentation settings as the username of the basic auth, with no password.
Example: curl https://bump.sh/api/v1/versions/1 -u DOC_TOKEN:
Note that adding a colon after your token prevents cURL from asking for a password.