API keys
List API keys
List all API keys for the authenticated owner.
GET
List all API keys for a specific owner. Use this endpoint to audit and manage your API keys. Note that the actual API key value is not returned for security reasons.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Available on version 0.10.1 or later. Requires the master key or an API key with
api-keys:read scope.Authorization
If set, the API uses an API key for authentication. Include the following header in your requests:X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
Query Parameters
Unique identifier of the owner whose keys you want to list.
Response
Returns an array of API key objects. Note that the actualkey value is not returned for security reasons.
Unique identifier for the API key.
The name of the API key.
The owner identifier associated with the API key.
List of permissions granted to the API key.
The expiration date and time for the API key in ISO 8601 format.
ISO 8601 formatted timestamp of when the API key was created.
ISO 8601 formatted timestamp of when the API key was last used for authentication.
The actual
api_key value is not returned for security reasons. If you need to view or regenerate the key value, you’ll need to create a new API key.