Location

SkyHive’s Location API lets you retrieve relevant information about geographic locations. With this API, you can:

  • Obtain a normalized address and location handle in order to populate jobs and employee profiles

Location API Methods

Use getLocation to retrieve latitude and longitude information given a country and an address.

Get Location

Securityauth
Request
query Parameters
country
required
string
address
required
string
allowCity
boolean
Default: true
header Parameters
X-Enterprise-Id
required
string
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/location
Request samples