v1
latestOpenAPI 3.1.02026-08-06173665.4 KBRetrieve a single instrument
Retrieves an instrument for the specified client. The instrument must belong to the client or to one of its customers; otherwise an error is returned.
get/v1/clients/{clientId}/instruments/{instrumentId}
Path parameters
clientIdstring uuid required
Client identifier (UUID).
instrumentIdstring uuid required
Instrument identifier (UUID).
Response
Instrument details.
Example response
{
"id": "dd7f8d89-94dd-43ca-871b-720fde378b52",
"bankId": "d3435bd9-998d-4e8a-9067-6b71d5fd3ac7",
"clientId": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
"ownerId": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
"alias": "Instrumento base",
"type": "RECEIVER",
"audit": {
"createdAt": "2025-05-19 19:03:51.084659-06:00",
"updatedAt": "2025-05-19 19:03:51.084668-06:00"
},
"rfc": "XAXX010101000",
"customerId": "bb1e8fde-e68e-48e9-a483-d32153c752c2",
"instrumentDetail": {
"cardNumber": "5579072268574100",
"expirationDate": "None",
"holderName": "John Smith"
}
}