How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PEXA Projects API

PEXA Projects API from PEXA — 10 path(s) described in OpenAPI.

PEXA Projects API is one of 5 APIs that PEXA publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 14 operations across 10 paths, organized into 3 resource areas, and defines 87 schemas. It is described by OpenAPI 3.0.3, at version v4.

Requests are made against a single base URL, {{ service.url }}.

14 operations 10 paths 87 schemas 2 DELETE3 GET6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v4
Base URL
https://api.pexa.com.au
Authentication
OAuth 2.0
Resource Areas
3

Authentication & Security 1

PEXA Projects API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode and clientCredentials flows, exposing 3 scopes.

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 2 DELETE, 3 GET, 6 POST, 3 PUT. They span 3 resource areas: Project, Workspaces, Notification. Each is listed below with its method, path, parameters, and response codes.

Project 4
POST
/v4/projects
Create Project
createProject 1 param body → 201400401403500
PUT
/v4/projects/{projectId}
Update Project
updateProject 2 params body → 200400401403500
GET
/v4/projects/{projectId}/statuses
Fetch the status details for a project Scopes: au:projects:status:read
statuses 2 params → 200400401403500
GET
/v4/projects/{projectId}/workspaces
Fetch the list of workspaces of a project Scopes: au:projects:workspaces:read
workspaces 2 params → 200400401403500
Workspaces 9
POST
/v4/projects/{projectId}/workspaces
Create a new workspace for an existing Project Scopes: au:projects:workspaces:write
createWorkspace 2 params body → 201400
PUT
/v4/projects/{projectId}/workspaces/{pexaWorkspaceId}
Update a workspace
updateWorkspace 3 params body → 200401403404500
POST
/v4/projects/{projectId}/workspaces/{workspaceId}/financials
Create Financial Settlement Line Items
createFinancials 3 params body → 201401403404500
POST
/v4/projects/{projectId}/workspaces/{workspaceId}/parties
Add Parties
addParties 3 params body → 201401403404500
PUT
/v4/projects/{projectId}/workspaces/{workspaceId}/parties
Update Parties
updateParties 3 params body → 204401403404500
DELETE
/v4/projects/{projectId}/workspaces/{workspaceId}/parties
Delete Parties
deleteParties 3 params body → 204401403404500
POST
/v4/projects/{projectId}/workspaces/{workspaceId}/participants
Add Participants
addParticipants 3 params body → 201401403404500
DELETE
/v4/projects/{projectId}/workspaces/{workspaceId}/participants
Delete Participants
deleteParticipants 3 params body → 204401403404500
POST
/v4/projects/{projectId}/workspaces/{pexaWorkspaceId}/settlementDates
Propose Settlement Date
proposeSettlement 3 params body → 204401403404500
Notification 1
GET
/v4/projects/notifications
Fetch notifications Scopes: au:projects:notification:read
notification 6 params → 200400401403500

Schemas 87

The contract defines 87 schemas that model the data the API accepts and returns. The most detailed are Project (20 properties), NotificationType (13 properties), NotificationDetailsType (11 properties), ProjectsWorkspace (11 properties). Each schema is shown below with its type and property counts.

Errors
object
List of errors related to the API
1 property
Error
object
Error related to the API
3 properties
Project
object
Object with all required details for a Project
20 properties 9 required
QldPropertyDetails
object
Property details for the QLD jurisdiction
4 properties
NswPropertyDetails
object
Property details for the NSW jurisdiction
2 properties
VicPropertyDetails
object
Property details for the VIC jurisdiction
7 properties 1 required
QldWorkspaceDetails
object
Workspace details for the QLD jurisdiction
7 properties
Jurisdiction
string
Jurisdiction
SupplierDetails
object
Details for the supplier
9 properties 8 required
SafetySwitch
object
A safety switch is a device that quickly switches off the electric supply if an electric fault is detected, to minimise the risk of electricity -related fires,…
2 properties
SmokeAlarm
object
Smoke alarm are the devices that are able to detect smoke in the event of a fire and sound an alarm to alert people to the potential danger. In QLD, it's a leg…
2 properties
MotParticipants
object
Details on incoming mortgagees
4 properties 3 required
CurrentLandUse
string
Current land use
PrimaryConstructionType
string
Material used to construct the property. Example - Timber, Brick etc
PrimaryLandUse
string
For which purpose the land will be used for. Example - dwelling, carpark, flat multi-storey etc
ProjectStatus
object
Status details of a project
8 properties
WorkspaceCountsByStatuses
object
Counts for various properties of workspaces under the project
6 properties
InvitationAcceptanceStatus
object
Counts of the various statuses for an invitation
4 properties
SettlementDateAcceptanceStatus
object
Counts for settlement date acceptance
2 properties
ProjectsWorkspace
object
Details of a workspace
11 properties
Workspace
object
Object with all required details for a workspace
8 properties 2 required
GstWithholdingStatus
string
The status of GST withholding. Can be one of the following: MATCHING - Form one lodged via PEXA and GST line item created MANUAL - Form one not lodged via PEXA…
SettlementDateStatus
string
The overall status of settlement date acceptance. Can be one of the following: ACCEPTED - All Accepted PARTIALLYACCEPTED - Pending others PENDING - Pending NOA…
ParticipantSettlementDateStatus
string
The status of settlement date acceptance by a participant. Can be one of the following: ACCEPTED - Accepted PENDING - Awaiting Response
IncomingProprietor
object
Details for an Incoming Proprietor
2 properties 2 required
UpdateWorkspaceRequest
object
Request to update a workspace
2 properties
UpdateWorkspaceResponse
object
Response to updating a workspace
3 properties
SettlementUploadRequest
object
2 properties
Schedule
object
1 property
Schedule.LineItem
object
10 properties
Schedule.LineItem.AccountDetails
object
2 properties
Schedule.LineItem.AccountDetails.Destination
object
4 properties
Schedule.LineItem.AccountDetails.Destination.Account
object
3 properties
Schedule.LineItem.AccountDetails.Destination.BPay
object
2 properties
Schedule.LineItem.AccountDetails.Source
object
2 properties
SettlementUploadResponse
object
1 property
WarningResponseType
object
2 properties
AddPartiesRequest
object
Request to add parties to an existing workspace
1 property
Party
object
A party
9 properties 3 required
AddPartiesResponse
object
Response when adding parties
2 properties
PartyResponse
object
Response object for a party
4 properties
UpdatePartiesRequest
object
Request to update parties on an existing workspace
1 property 1 required
UpdateParty
object
A party
10 properties 4 required
DeletePartiesRequest
object
Request to delete parties on an existing workspace
1 property 1 required
DeleteParty
object
Party to be deleted
1 property 1 required
AddParticipantsRequest
object
Request to add participants to an existing workspace
1 property
AddParticipantsResponse
object
Response when adding participants
2 properties
ResponseParticipant
object
Response object when adding a participant
6 properties
DeleteParticipantsRequest
object
Request to delete participants
1 property
ProposeSettlementRequest
object
Request to propose settlement dates
2 properties
RetrieveNotificationsResponse
object
The response containing notifications
1 property
NotificationsListType
object
A list of notifications
5 properties
NotificationType
object
Notification type
13 properties
NotificationTypeKeyValue
object
Key/Value of the notification type
2 properties
SubscriberReferenceType
object
The subscriber reference
2 properties
NotificationDetailsType
object
Details about the notification
11 properties
NotificationFinancialLineItemType
object
A financial line item
5 properties
NotificationInvitationDetailsType
object
Details on an invitation
2 properties
NotificationInvitationOutstandingDetailsType
object
Details on a outstanding invitation
10 properties
NotificationInvitationOutstandingLandTitleDetailsType
object
Details on invitations outstanding land title
2 properties
NotificationInvitationOutstandingLandTitleType
object
The outstanding land titles
1 property
NotificationInvitationOutstandingPartyType
object
The outstanding party type
1 property
NotificationInvitationOutstandingPartyDetailsType
object
Details on an outstanding party invitation
4 properties
PartyNameDetailsType
object
Details for a party name
2 properties
BusinessType
object
The business type
6 properties
AdministrationStatusDetailsType
object
Details on administration status
1 property
FullNameType
object
A full name including titles, suffixes and date of birth
6 properties
GivenNameOrderType
object
The given name order
2 properties
NotificationInvitationOutstandingInviterSubscriberDetailsType
object
Details on an outstanding inviter
6 properties
NotificationInvitationOutstandingInviterSubscriberDetailsRepresenting
object
Details on outstanding inviter subscriber details for a representing party
1 property
NotificationInvitationOutstandingInviterSubscriberDetailsRepresentingPartyType
object
Details on outstanding inviter subscriber details for a representing party
3 properties
NotificationInvitationResponseDetailsType
object
Details on invitation responses
6 properties
NotificationLandTitleDetailsType
object
Details on the land title
3 properties
NotificationTitleActivityCheck
object
Title activity check details
2 properties
NotificationAdministrativeActionReferenceDetailsType
object
Details on the administrative action reference
2 properties
NotificationDocumentReferenceDetailsType
object
Details on the document reference
3 properties
NotificationDocumentStatusDetailsType
object
Details on the document status
2 properties
PropertyDetailsType
object
Details on a property
2 properties
NotificationPartyDetailsType
object
Details on parties
3 properties
NotificationDocumentDetailsType
object
Details on Documents
3 properties
NotificationSettlementScheduleDetailsType
object
Details about settlement schedules
1 property
NotificationSettlementDetailsType
object
Details about settlement
2 properties
NotificationLodgementDetailsType
object
Details on lodgements
3 properties
NotificationLodgementDocumentDetailsType
object
Details about lodgement documents
7 properties
NotificationParticipantDetailsType
object
Details about conversation participants
2 properties
NotificationConversationDetailsType
object
Details about a conversation
2 properties
IdentificationDetailsType
object
An object describing how to identify an external party
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pexa-projects-api-v4-openapi.yaml Raw ↑

Other APIs PEXA publishes across the network.

PEXA Exchange API
PEXA Standalone Discharge Experience API
PEXA Plus Marketplace B2B API
PEXA Notification Service [$]
Where this information came from

This is an independent, third-party profile of PEXA Projects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.