Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Good Morning!

I'm re-sharing the Geocode & Place Detail cURLs.


Kindly import in Postman.

Geocode curl:

curl --location
'https://atlas.mappls.com/api/places/geocode?address=237%20Okhla%20Industrial%20Estate
%20Phase%203%20Rd%2C%20Okhla%20Phase%20III%2C%20Okhla%20Industrial%20Estat
e%2C%20New%20Delhi%2C%20Delhi%20110020' \
--header 'Authorization: Bearer 1481b043-991c-418b-8468-9676e355b553'

Place Detail cURL:

curl --location 'https://explore.mappls.com/apis/O2O/entity/3F45CB' \


--header 'Authorization: bearer 1481b043-991c-418b-8468-9676e355b553'

Token Generation API cURL Request:

curl --location 'https://outpost.mappls.com/api/security/oauth/token' \


--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'User-Agent: imjuspay' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode
'client_id=96dHZVzsAusrrgXT_amOSgr_Lb37d7cScrXdiPHsUIWpWTQKWf1Ia_DJnK6nTs1SV
BCY4t1O4fyiK2_qZQxHrPWHgmuj4_4-' \
--data-urlencode
'client_secret=lrFxI-iSEg809u-VZhLEtX9cI_jBTo1H8vsIZNP0o7WESfhNSoxagkAHCvF5CP-mu1
DDh8cIsf_De-uiy23GFEOz4qX8Ddo5dU_Y9UVfWgY='

Documentation Link:-

● Token API:
https://github.com/mappls-api/mappls-rest-apis/tree/main/mappls-token-generation-api
● Geocode:
https://github.com/mappls-api/mappls-rest-apis/tree/main/mappls-maps-geocoding-res
t-api-example
● Place
Detail:https://github.com/mappls-api/mappls-rest-apis/tree/main/mappls-maps-place-d
etails-api-example

Thanks.
BR,
Jatin Sahni

You might also like