# Access Tokens

All authentication related paths.

## Get an access token for requested scopes

 - [POST /auth/token](https://docs.upvest.co/api/release/upvest-investment-api.v1/access-tokens/issue_token.md): Get an access token to use with the API with specified scopes.

You should _always_ scope your access tokens. You get one for read-access and separate ones for updating, creating or deleting resources.

