N
NetBox GraphQL API
Details
- Endpoint
-
http://netbox/graphql - Spec
- introspection
- Docs
- https://netboxlabs.com/docs/netbox/integrations/graphql-api/
Authentication
Authorization: Bearer <credential> In your NetBox instance, open your user profile and navigate to the API tokens page to create a token. NetBox will generate a random token value when you create it. The docs state that GraphQL uses the same API authentication tokens as REST. See REST API Overview and GraphQL API Overview.