# Authenticate to use the API **POST /authentication/token** Authenticate to obtain an access token + refresh token to use the API. ## Servers ## Parameters ### Body: (object) Provide credentials to obtain access/refresh tokens - **username** (string) The username (email) of account - **password** (string) The password of the account ## Responses ### 200 Successfully authenticated and obtained tokens #### Body: (object) - **access** (string) Access token to be included in bearer `Authentication` header in all requests - **refresh** (string) Refresh token to be used to request new Access token upon expiration ### 400 Invalid username/password supplied [Powered by Bump.sh](https://bump.sh)