N
NetBox GraphQL API
Details
- Endpoint
-
http://netboxdemo.com/graphql - Spec
- introspection
- Docs
- https://netboxlabs.com/docs/netbox/integrations/graphql-api/
Authentication
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.