hello team, do you have graphql api to generate pe...
# getting-started
b
hello team, do you have graphql api to generate personal access token by id/pw ?
b
Yes!
Obviously if you're making the API call, you should have an access token
b
oh that means that i cant make api call without access token am i clear?
can’t i generate token by API call first , and use it to other APIs?
b
No you cannot!
You have to login, generate a token
Actually you technically can... If you hit localhost:9002/logIn
But it will set a cookie, which then you'd need to use to fetch the token