๐๏ธ Public API Overview
AuthTool provides a Public API that allows you to integrate and manage keys automatically. The API uses REST architecture with JSON format.
๐๏ธ Create single-activate key
This API allows you to create keys that can only be activated once.
๐๏ธ Create multiple-activate key
This API allows you to create keys that can be activated multiple times with a custom usage limit.
๐๏ธ Reset key
This API allows you to reset a key to its initial state, removing all used activations.
๐๏ธ Key details
This API allows you to get detailed information about a key and the list of activated devices.
๐๏ธ Change key status
This API endpoint allows you to change the status of a specific key. The endpoint requires authentication via Public API Key and IP whitelist verification.
๐๏ธ Delete key
This API endpoint allows you to delete a specific key. The endpoint requires authentication via Public API Key and IP whitelist verification.