API key object

Retrieve API keys in Mambu Payments (formerly Numeral)

AttributeDescription
id
string
The API key ID.
name
string
The API key name.
permission
string enum
The API key permission. Possible values: read, write, and modify.
last_4_chars
string
The API key last 4 characters.
expiration_date
datetime
The API key expiration UTC timestamp.
created_at
datetime
The API key creation UTC timestamp.
disabled_at
datetime
The API key disabling UTC timestamp.

Below is an example of an API key:

{
  "id": "9007b3b2-2c77-49c3-a3be-e71eab300a68",
  "name": "My API key",
  "permission": "read",
  "last_4_chars": "2d06",
  "expiration_date": "2025-07-08T08:50:51.974246244Z",
  "created_at": "2025-07-08T08:50:51.974246244Z",
  "disabled_at": "2025-07-08T08:50:51.974246244Z"
}