Developer DocumentationAPIAuthenticationVersion: v1On this pageAuthentication Endpoint POST /api/v1/auth/token Description Describe the authentication endpoint. Request Parameters NameTypeRequiredDescriptionusernamestringYesUser namepasswordstringYesPassword Response Example { "access_token": "example-token", "expires_in": 3600}