API Access

Use API Access to generate and manage API keys that allow external systems to connect to Rillet securely. API keys are typically used for integrations, automation, or data access through the Rillet API.

Generate an API Key

Follow these steps to create a new API key.

  1. Select Organization Settings.

  2. Select API Access.

  3. Select + Create API Key.

  4. Enter an API Key Name to help identify the key later.

  5. (Optional) Enable Read-only if the key should only allow data retrieval and not modifications.

  6. Select + Create API Key.

    After creating the key, the system displays the API key value.

  7. Select the Copy icon next to the API key to copy it to your clipboard.

  8. Save the key in a secure location.

circle-exclamation

Once saved, the API key becomes active and can be used to authenticate API requests.

Revoke an API Key

Revoking an API key disables it so it can no longer be used to authenticate API requests. The key remains visible in the list for audit and tracking purposes.

Follow these steps to revoke an API key.

  1. Select Organization Settings.

  2. Select API Access.

  3. Locate the API key you want to revoke and select the three-dot menu (⋯) next to the key.

  4. Select Revoke Key.

Once revoked, the API key can no longer be used to authenticate API requests, but it remains visible in the list for reference.

Access API Documentation

You can review Rillet’s API documentation to understand how to authenticate requests, explore available endpoints, and follow implementation examples.

The following resources provide detailed technical information for developers working with the Rillet API:

  • API Referencearrow-up-right Provides detailed documentation for all available API endpoints, including request parameters, response formats, and authentication requirements.

  • Guides (Getting Started)arrow-up-right Includes step-by-step guides that explain how to start working with the Rillet API, authenticate requests, and implement common integration workflows.

  • Changelogarrow-up-right Lists recent API updates, improvements, and changes so you can track new features and modifications.

These resources help developers integrate external systems with Rillet and stay informed about API updates.

See Also

Review the following articles to learn more about system configuration and access management in Rillet.

Last updated