Client data sections and pagination
Fetch only the selected profile, contact, invoice, payment, estimate, proposal, project, ticket, contract, file and subscription data.
Proplix Secure API Gateway
Open guide →GuideCall the client data endpoint
GET /proplix_api_gateway/portal_api/me or /me/{section} with the short-lived bearer session.
Open guide →GuideUse GET for client data
Non-GET requests are rejected.
Open guide →GuideSend the client session token
Use the short-lived token, not the master token.
Open guide →GuideFetch all allowed sections
Call /me without a section to receive permitted data groups.
Open guide →GuideFetch one allowed section
Call /me/{section} for a selected allowed section.
Open guide →GuideSet page
Page is normalised to at least 1.
Open guide →GuideSet per_page
Use the supported bounded pagination value returned by the production model.
Open guide →GuideUnderstand core portal permission filtering
The production model applies contact/client portal permissions in addition to profile section selection.
Open guide →GuideResolve a disallowed section
Enable the section on the portal profile and ensure the contact has corresponding portal access.
Open guide →GuideUnderstand customer ownership
All core data is filtered to the authenticated client/customer identity.
Open guide →GuideFetch Client profile
Retrieve the authenticated customer’s core customer/account profile.
Open guide →GuideFetch Contacts
Retrieve the authenticated customer’s active contacts related to the customer.
Open guide →GuideFetch Invoices
Retrieve the authenticated customer’s customer invoices permitted by portal rules.
Open guide →GuideFetch Invoice payments
Retrieve the authenticated customer’s payments related to the customer invoices.
Open guide →GuideFetch Estimates
Retrieve the authenticated customer’s customer estimates.
Open guide →GuideFetch Proposals
Retrieve the authenticated customer’s customer proposals.
Open guide →GuideFetch Projects
Retrieve the authenticated customer’s customer projects.
Open guide →GuideFetch Tickets
Retrieve the authenticated customer’s customer support tickets.
Open guide →GuideFetch Contracts
Retrieve the authenticated customer’s customer contracts.
Open guide →GuideFetch Customer files
Retrieve the authenticated customer’s authorised customer files.
Open guide →GuideFetch Subscriptions
Retrieve the authenticated customer’s customer subscriptions.
Open guide →