package
3.16.0+incompatible
Repository: https://github.com/sendgrid/sendgrid-go.git
Documentation: pkg.go.dev
# Functions
CreateAPIkeys : Create API keys POST /api_keys.
DeleteAPIkeys : Delete API keys DELETE /api_keys/{api_key_id}.
RetrieveallAPIKeysbelongingtotheauthenticateduser : Retrieve all API Keys belonging to the authenticated user GET /api_keys.
RetrieveanexistingAPIKey : Retrieve an existing API Key GET /api_keys/{api_key_id}.
UpdateAPIkeys : Update API keys PATCH /api_keys/{api_key_id}.
UpdatethenamescopesofanAPIKey : Update the name & scopes of an API Key PUT /api_keys/{api_key_id}.