Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

API Key

Grooper Object Grooper.Services

Defines an API key to be used when calling Grooper API Services.

Remarks

The API Key object represents a unique credential used to authenticate and authorize access to API Services. Each API key is a GUID value, optionally accompanied by a description to identify its intended use, owner, or associated system.

API keys are the primary mechanism for controlling access to Grooper's API endpoints. They should be distributed only to trusted integration partners, applications, or users, and managed according to your organization's security policies.

How It Works

  • Each client or integration partner is assigned a unique API Key.
  • Clients must present their API key with each request to API Services.
  • The service validates the key and grants or denies access accordingly.

Configuration and Usage

  • Use the 'Description' property to document the purpose or owner of each key.
  • Generate new keys as needed for new integrations or users.
  • Revoke or rotate keys if they are no longer needed or if compromise is suspected.

Security Considerations

  • Treat API keys as sensitive credentials; do not share them in unsecured channels.
  • Combine API key authentication with HTTPS to protect keys in transit.
  • Regularly audit and rotate API keys to maintain security.

Properties

NameTypeDescription

Used By

Notification