¡Bienvenido(a) a Passport!
Guías de Recursos
Endpoints
Gestionar Tokens
Gestionar Clientes
GESTIONAR CUENTAS
GESTIONAR LLAVES Bre-B
GESTIONAR DESTINATARIOS
GESTIONAR PAGOS
Códigos QR
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Consultar Llave
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Visión General
Este endpoint permite recuperar los detalles de una Llave Bre-B específica en la API de Passport usando el ID de la llave. La respuesta incluye el valor de la llave, tipo, estado y los detalles de la entidad asociada.
Detalles del Endpoint
| Definition | Description |
|---|---|
| Endpoint | https://api.paas.sandbox.co.passportfintech.com/v1/keys/:key_id |
| Method | GET |
| Headers | Content-Type: application/json, Authorization |
| Authentication | Access Token (Bearer Token) |
Cuerpo de la Solicitud
- No se requiere cuerpo en la solicitud para este endpoint.
Ejemplo de Solicitud
JSON
2
1
curl --location --request GET 'https://api.paas.sandbox.co.passportfintech.com/v1/keys/3184cbfd-73bd-4910-bd03-f8461e724247' \2
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \Cuerpo de la Respuesta
- Código HTTP: 200 OK
- La respuesta contiene los detalles de la llave junto con su identificador único.
Ejemplo de Respuesta
JSON
11
11
1
{2
"status": "ACTIVE",3
"key": {4
"key_type": "BCODE",5
"key_value": "0016027228"6
},7
"account_id": "6c23f053-0e1a-46b4-b902-97ba47e351bc",8
"created_at": "2025-10-09T10:42:39.710Z",9
"updated_at": "2025-10-09T10:42:39.710Z",10
"id": "3184cbfd-73bd-4910-bd03-f8461e724247"11
}Errores Comunes y Manejo
| Código HTTP | Significado | Descripción |
|---|---|---|
| 400 Bad Request | Datos inválidos | Faltan campos requeridos o contienen valores incorrectos. |
| 401 Unauthorized | Token expirado | El token de acceso es inválido o ha expirado. |
| 403 Forbidden | Acceso denegado | La solicitud no está autorizada para recuperar una Llave. |
| 500 Internal Server Error | Error del servidor | Ocurrió un error inesperado al recuperar la Llave |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Última actualización el
Siguiente lectura:
Listar LlavesDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message