Get Access Token From User/PassAsk AIpost https://{server}/ns-api/v2/tokensBody Paramsgrant_typestringenumrequiredDefaults to passwordThis is the type of authentication request being made. 'password' is most common if using username and password from end user to grant access.passwordrefresh_tokenmfaAllowed:passwordrefresh_tokenmfaclient_idstringThis is the client_id provided to the developer for accessing the api. Will match with the client_secretclient_secretstringThis is the client_secret provided to the developer for accessing the api. Will match with the client_idusernamestringThis is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.passwordpasswordThis is the password for the user requesting access.Responses 200OK 400Bad Request 401Authentication Required 403Forbidden 404Record not foundUpdated 11 months ago