Skip to main content
GET
/
apps
/
portal
/
data
/
pf
/
locations
/
locationidfromname
Get location ID from name by exact match.
curl --request GET \
  --url https://api.provident.ae/v2/apps/portal/data/pf/locations/locationidfromname \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

city
string
required

City name

community
string

Community name

sub_community
string

Sub-community name

tower
string

Tower name

Response

Locations found. The ID is trimmed to its last numeric part.