Consult SPEI® operations
This operation allows you to get the SPEI operations done by a client.
HTTP Request
GET /spei/clients
Header Parameters
Header | Description |
---|---|
Authorization required | The Bearer token created in Get authorization Token |
Content-Type required | application/json |
Example JSON Request:
GET /spei/clients
Example JSON Response:
{
"success": true,
"code": 0,
"message": "OK",
"data": {
"client": {
"spei_operations": {
"detail": []
}
}
}
}