For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/banks?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "State Bank of India",
"branch": "Mumbai Branch",
"ifsc": "SBIN0001234"
"iban": "IN89370400440532013000",
"swiftCode": "SBININBB",
"contactEmail": "mumbai.main@sbi.co.in"
}
],
"empty": false,
"first": true,
"from": 1,
"last": false,
"pageNumber": 0,
"pageSize": 10,
"to": 10,
"totalElements": 14,
"totalPages": 2
}
