Get started

1. Sign up for an account

Get a free account for ArcGIS Location Platform Get a free trial and account for ArcGIS Online

2. Get an access token

Get an access token by implementing a type of authentication.

Create an API key Create OAuth 2.0 credentials (user authentication)

3. Make a request

Use your access token to make a request to the service.

cURLcURLHTTP
Use dark colors for code blocksCopy
1
2
3
4
curl https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates \
-d "f=pjson" \
-d "address=1600 Pennsylvania Ave NW, DC" \
-d "token=<ACCESS_TOKEN>"

Run in Postman Learn how to get started with Postman

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.