hello gang i am once again asking for help 😋
how would i get my user id through the api without an username?
in my module i am working on, you would typically do:
which means we entirely skip over the /auth/login endpoint, which means we aren't getting the data it would send such as the account id.
other than /auth/login i do not believe there is an endpoint which sends account id without passing the username.
if anyone knows of an endpoint that does send an account id then i would appreciate it very much! thanks in advance
sorry about this long rant lol
how would i get my user id through the api without an username?
in my module i am working on, you would typically do:
const Darflen = new DarflenClient(auth)
which means we entirely skip over the /auth/login endpoint, which means we aren't getting the data it would send such as the account id.
other than /auth/login i do not believe there is an endpoint which sends account id without passing the username.
if anyone knows of an endpoint that does send an account id then i would appreciate it very much! thanks in advance
sorry about this long rant lol
Comments
GET to get info about yourself