About 3,460 results
Open links in new tab
  1. REST API Overview | NetBox Documentation

    Comprehensive, interactive documentation of all REST API endpoints is available on a running NetBox instance at /api/schema/swagger-ui/. This interface provides a convenient sandbox for researching …

  2. NetBox REST API

    The NetBox REST API enables programmatic interaction with NetBox, supporting automation and integration for network and infrastructure management.

  3. API and Integration | netbox-community/netbox | DeepWiki

    Dec 6, 2025 · This document provides an overview of NetBox's API and integration capabilities, including both the REST and GraphQL APIs, webhooks, and other mechanisms for integrating …

  4. netbox/docs/integrations/rest-api.md at main - GitHub

    Comprehensive, interactive documentation of all REST API endpoints is available on a running NetBox instance at /api/schema/swagger-ui/. This interface provides a convenient sandbox for researching …

  5. REST API - NetBox Documentation

    NetBox's entire REST API is housed under the API root at https://<hostname>/api/. The URL structure is divided at the root level by application: circuits, DCIM, extras, IPAM, plugins, tenancy, users, and …

  6. Overview - NetBox Documentation

    Comprehensive, interactive documentation of all REST API endpoints is available on a running NetBox instance at /api/docs/. This interface provides a convenient sandbox for researching and …

  7. Authentication - NetBox Documentation

    The NetBox REST API primarily employs token-based authentication. For convenience, cookie-based authentication can also be used when navigating the browsable API.

  8. API & Integration | NetBox Documentation

    Oct 6, 2025 · NetBox includes a slew of features which enable integration with other tools and resources powering your network. NetBox's REST API, powered by the Django REST Framework, provides a …

  9. How to Use NetBox as a Source of Truth for Network Automation

    In this post I am going to show you how to use NetBox as a Source of Truth for Network Automation. What Source of Truth means in network automation In network automation, a “Source of Truth” is the …

  10. REST API Architecture | netbox-community/netbox | DeepWiki

    Nov 11, 2025 · The NetBox REST API provides a comprehensive interface for programmatically interacting with all aspects of NetBox. It follows RESTful design principles and supports a wide range …