# Get Bearer token **POST /v2/api/auth** This endpoint is used to generated the Bearer token needed for authentication to all other endpoints accountID + apiKey. ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Authentication methods - Bearer ## Parameters ### Body: application/json (object) Your AccountID and apiKey provided to you by Madden - **accountID** (string) - **apiKey** (string) ## Responses ### 200 OK #### Body: application/json (object) - **accessToken** (string) The actual token to be used as bearer on all following requests - **tokenType** (string) Type of token ### default All errors will return the same object with describing codes/messages #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)