N

NetBox GraphQL API

GraphQL discovered

Details
Endpoint
http://netbox/graphql
Spec
introspection
Docs
https://netboxlabs.com/docs/netbox/integrations/graphql-api/
Authentication
NetBox API token bearer discovered Get token ↗
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.