Chameleoon API v2
string · uuid · required integer · requiredinteger · requiredinteger · requiredboolean · requiredboolean · requiredinteger · required
string · uuid · requiredstring · minLength: 1 · maxLength: 100 · required string · uuidstringstringstring · date-time
API Keys (Private)
Manage partner API keys including listing (masked), creation with default permissions, and revocation. Requires Private API (Bearer token) authentication.
List API keys
GET
https://api.chameleoon.sk
/private/api-keys
Returns all API keys for a partner with masked values.
query Parameters
accountIdPartner account ID
List API keys › Responses
List of API keys
Paginated list of API keys
pageCurrent page number
pageSizeNumber of items per page
totalPagesTotal number of pages
nextPageWhether a next page exists
previousPageWhether a previous page exists
itemsCountTotal number of items across all pages
List of API keys
Create API key
POST
https://api.chameleoon.sk
/private/api-keys
Creates a new API key with all permissions. The full key value is returned only in this response.
Create API key › Request Body
Request to create a new API key
accountIdPartner account ID
nameHuman-readable name for the key
Create API key › Responses
API key created successfully
Newly created API key with full key value (shown only once)
idUnique API key identifier
nameHuman-readable key name
keyFull API key value (only available at creation time)
createdCreation timestamp (format yyyy-MM-ddTHH:mm:ss.fff)