NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

INVALID_IDEMPOTENCY_KEY

Invalid idempotency key format. Must be a UUID or an alphanumeric string.


Category: General

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/INVALID_IDEMPOTENCY_KEY",
  "title": "INVALID_IDEMPOTENCY_KEY",
  "detail": "Invalid idempotency key format. Must be a UUID or an alphanumeric string.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "INVALID_IDEMPOTENCY_KEY",
    "message": "Invalid idempotency key format. Must be a UUID or an alphanumeric string.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

Invalid idempotency key format. Must be a UUID or an alphanumeric string.
El formato de la clave de idempotencia no es válido. Debe ser un UUID o una cadena alfanumérica.
El format de la clau d'idempotència no és vàlid. Ha de ser un UUID o una cadena alfanumèrica.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring