Skip to main content
GET
/
clabes-emisores
{
  "nombre": "<string>",
  "email": "",
  "telefono": "",
  "clave": ""
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

nombre
string
required

Nombre del emisor para CLABE

email
string
default:""
required

Correo electrónico para la CLABE

telefono
string
default:""
required

Número telefónico para la CLABE

clave
string
default:""
required

Valor identificador de la CLABE

I