@dogs ah, i must have skimmed over that last part of the note. makes sense, thanks for pointing that out!
S
Latest posts made by shamkim
-
RE: Generating Bearer Token with Write API
-
Generating Bearer Token with Write API
I've been happily using the Write API (great work!!) and was able to generate bearer token through this endpoint:
/api/v3/users/{uid}/tokens
as an admin account. However when I try to generate one as a regular user, I get a forbidden, you do not have enough privileges for this action error. Is this correct? If it is, is my only option to use a master token with a_uid
parameter?Thank you!