N

NetBox GraphQL API

GraphQL discovered

Details
Endpoint
http://netboxdemo.com/graphql
Spec
introspection
Docs
https://netboxlabs.com/docs/netbox/integrations/graphql-api/
Authentication
NetBox API token bearer discovered Get token ↗
Authorization: Bearer <credential>

In NetBox, create or sign in to a user account, then generate a personal API token from the user profile/settings inside your NetBox instance. The NetBox docs show API requests authenticated with Authorization: Bearer $TOKEN, and the public demo login page for the demo instance is at demo.netbox.dev login. For general API usage, see REST API Overview and GraphQL API Overview.