Announcement

Collapse
No announcement yet.

Portal Users API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #2
    Do you use correct portal url?

    Comment


    • #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


      • #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


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

          Comment


          • #6
            Thanks Tanya.

            Comment

            Working...
            X