GeoCatalog Instance Configuration

Get Azmaps Token

Fetch a token for the Azure Maps API service based on the current service identity. This token is used for the Explorer to authenticate with the Azure Maps API service.

get/geocatalog/map/token

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

tokenstring required

The authentication token for Azure Maps.

expires_oninteger required

Expiration timestamp of the token in Unix time.

Changes