Skip to content

User Menu — API Keys

The API Keys section lets you view and manage the API key used to integrate MooveTeam CMS with external systems. The key authenticates programmatic access to the MooveTeam CMS API endpoints.

RequirementDetails
RoleAdmin or Agency (company-level administrator)

User dropdown (top-right) → API Keys

FieldTypeDescriptionRequired
Api KeyDisplay (read-only)The current API key string (a UUID prefixed with your user ID)
Creation dateDisplay (read-only)Date and time when the current key was generated
Last usedDisplay (read-only)Date and time when the key was last used for an API call
Times usedDisplay (read-only)Total number of API calls made with this key
Change historyDisplay (read-only, textarea)Log of all key regeneration events with timestamps and previous key references
ActionDescription
Regenerate API KeyGenerate a new API key, immediately invalidating the previous one
BackReturn to the previous screen
  • All fields are read-only — use this page to view key information and regenerate the key, not to edit it.
  • A success banner (“Your api key has been regenerated”) confirms the action.
  • The change history records every regeneration with the format: {date} - Api key created - previous key: {old_key}.
  • There is a notice at the bottom: “You can regenerate API key for security purposes” — regeneration is intended for key rotation or if a key is compromised.
  • The “API docs” link is shown below the key field for reference documentation.