I have successully followed the documentation to create my oath2 token but when I go to test it I get:
<h1>Not Found</h1>
<p id="detail">
For request 'GET /publicapi/oauth2/user'
</p>
My command is:
curl https://api.lucid.co/oauth2/user --request GET --header "Authorization: Bearer oauth2-<redacted token>"
I have gone back to create my token a few times and tried a few different tests per the documentation. I always get the above error back.
Thanks.
Kevin J. Conway