# Authenticate **POST /authenticate** The Authenticate endpoint is the starting place for calls into this API. Sending a valid username and password to this https endpoint will return a JWT to be used as Authorisation for all subsequent requests. ## Servers ## Parameters ### Body: (object) Remember to include the below in the body of the request as x-www-form-urlencoded. Important: Be sure to target this endpoint using https and not http. Any requests to http will be rejected. - **password** (string) - **email** (string) ## Responses ### 200 The response will contain a confirmation of the result "message" along with the accessToken as a JWT to use in subsequent requests to this API. #### Body: (object) - **message** (string) - **timestamp** (integer) - **accessToken** (string) - **token-id** (integer) [Powered by Bump.sh](https://bump.sh)