github.com/newrelic/newrelic-client-go@v1.1.0/pkg/accounts/doc.go (about) 1 /* 2 Package accounts provides a programmatic API for interacting with New Relic accounts. 3 It can be used to retrieve details about all accounts the user is authorized to view. 4 5 Authentication 6 7 You will need a valid Personal API key to communicate with the backend New Relic 8 API that provides this functionality. See the API key documentation below for 9 more information on how to locate this key: 10 11 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 12 13 */ 14 package accounts