Bearer with auth process

Options
Hi,
Am I assuming correctly that to use the Bearer token for authenticated API calls, I need to have first the auth of user working? 
I tested the Bearer without the user auth and it seems not to be working? Thank you.

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Yes that is correct - the authentication token needs a database table that has user authentication enabled to assign it to a unique record
  • JJ
    JJ Member
    Options
    Hi ,
    Thanks, so to recap:
    “User auth enables user authentication and session token
    Then optionally I can enable Authentication of the API via Bearer token if previous enabled.”


    Thanks.
    JJ