Hello, I connect via a Workflow API (containing an email and a password) and I get a response from my server which contains :
- userInfos[…]
- token: ‘1245645158154’
- user_id: ‘12567421575513125’
- expires: ‘49600’
I am trying to use POSTMAN to use this authentication token. I wrote this: https://myapp.bubbleapps.io/version-test/api/1.1/oauth/access_token=1245645158154
I get this error message:
“message”: “Not found”
My goal is to retrieve the user’s info with the token.