---
title: "Enable anonymous access to network map"
method: POST
path: "/objects/{object-id}/anonymous-access"
tags: ["Network Map"]
---

# Enable anonymous access to network map

`POST /objects/{object-id}/anonymous-access`

Enables anonymous access for the network map and returns the access token

## Path parameters

- `object-id` string, required

## Response `200`

Access token generated

- object
  - `token` string

## Other responses

- `401` — Access denied

## Changes

- **2026-01-30** `32f48ec94aec` — 2 info
  - added the optional property `description` to the response with the `401` status
  - added the optional property `error` to the response with the `401` status
- **2025-03-31** `0976cbca9648` — 1 info
  - added the optional property `token` to the response with the `200` status
- **2024-04-17** `d5a745093fb0` — 1 info
  - endpoint added
- **2023-02-23** `9c09a2aad349` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/objects/:object-id/anonymous-access/post.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-rest-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-rest-api/revisions/04789afedcb3/schema)
