This is a silly endpoint and function, but I implemented it anyways. To reach this endpoint, you already are in possession of your token. And I will not implement a username and password authentication because that is inherently unsafe in this API. Be safe people!
pb_user_api_token(username = NULL, token = NULL)
username | your username You probably don't need to supply this every time. See |
---|---|
token | your token |
token in string format
if (FALSE) { pb_user_api_token() }