Portal Users API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bradaks
    Active Community Member
    • Aug 2017
    • 251

    Portal Users API

    Hello,

    I am working on an app that uses Espo's API. The problem I am running into is there is no way for a portal user to connect to the API through the basic auth header. Is there a workaround for this that I could implement?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Do you use correct portal url?

    Comment

    • bradaks
      Active Community Member
      • Aug 2017
      • 251

      #3
      Our portals are linked as portal/healthcare and portal/partner.

      I have tried {URL}/portal/healthcare/api/v1 but that is not working with the portal users credentials.

      Comment

      • bradaks
        Active Community Member
        • Aug 2017
        • 251

        #4
        I have also used just the {URL}/api/v1/ and that does not work with a portal users credentials either. A normal user works great.

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #5
          {URL}/api/v1/portal-access/{portalId}/

          Comment

          • bradaks
            Active Community Member
            • Aug 2017
            • 251

            #6
            Thanks Tanya.

            Comment

            Working...