---
title: "Get Azmaps Token"
method: GET
path: "/geocatalog/map/token"
tags: ["GeoCatalog Instance Configuration"]
---

# Get Azmaps Token

`GET /geocatalog/map/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.

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- AzMapsToken — Represents an Azure Maps token for map visualization.
  - `token` string, required — The authentication token for Azure Maps.
  - `expires_on` integer, required — Expiration timestamp of the token in Unix time.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-15** (2025-04-30-preview) `00cbc3d6d8e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer/changes/geocatalog/map/token/get.md)

---

[API](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer/revisions/451a589dc670?raw)
