Skip to main content
GET
/
apps
/
geniemap
/
projects
/
{projectId}
/
units
Get project units
curl --request GET \
  --url https://api.provident.ae/v2/apps/geniemap/projects/{projectId}/units \
  --header 'Authorization: Bearer <token>'
{
"statusCode": 401,
"message": "Missing authorization header",
"error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
number
required

Query Parameters

offset
number
limit
number
typeOfSale
enum<string>
Available options:
offPlan,
resale
maxArea
number
minArea
number
maxPrice
number
minPrice
number

Response

Unauthorized - Invalid or missing token

statusCode
number
Example:

401

message
string
Example:

"Missing authorization header"

error
string
Example:

"Unauthorized"