Skip to main content
GET
/
portal
/
customer-portal
Get the customer portal view for a contact
curl --request GET \
  --url https://productlane.com/api/v2/portal/customer-portal \
  --header 'Authorization: Bearer <token>'
{
  "requests": [
    {
      "feedback_id": "<string>",
      "contact": {
        "id": "<string>",
        "email": "<string>",
        "name": "<string>",
        "image_url": "<string>"
      },
      "origin": "<string>",
      "updated_at": "<string>",
      "created_at": "<string>",
      "item": {
        "id": "<string>",
        "title": "<string>",
        "description": "<string>",
        "public_description": "<string>",
        "public_title": "<string>",
        "status": "<string>",
        "status_color": "<string>",
        "status_name": "<string>",
        "url": "<string>",
        "created_at": "<string>",
        "due_date": "<string>",
        "due_date_raw": "<string>",
        "due_date_resolution": "<string>",
        "last_message": "<string>",
        "live_chat_session_id": "<string>"
      }
    }
  ],
  "open_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>
required

Response

Successful response

requests
object[]
required
open_count
integer
required