- Omni
- Contact APIs
- NameSpace
- Address
- Bank
- Props
- Relation
- Contact
List
Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/contacts/banks/
Last modified:2025-05-23 05:59:45
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
contact
stringÂ
optional
Example:
01JMKPB85HDA9DQDA94HMPH32W
created_at_after
stringÂ
optional
Example:
2025-05-12
created_at_before
stringÂ
optional
Example:
2025-05-19
search
stringÂ
optional
tags
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/contacts/banks/?contact=01JMKPB85HDA9DQDA94HMPH32W&search=&tags'
Responses
🟢200Success
application/json
Body
count
integerÂ
required
total_pages
integerÂ
required
current_page
integerÂ
required
has_previous
booleanÂ
required
has_next
booleanÂ
required
previous_page
nullÂ
required
next_page
nullÂ
required
results
array[object (Bank) {14}]Â
required
contact_id
stringÂ
required
ifsc
stringÂ
optional
Match pattern:
^[A-Za-z]{4}[0-9]{7}$
account_no
stringÂ
optional
Match pattern:
^[0-9]{9,18}$
account_holder_name
stringÂ
optional
>= 1 characters<= 100 characters
Match pattern:
^[a-zA-Z\s.\-'&()]{1,100}$
bank_name
stringÂ
optional
>= 1 characters<= 100 characters
Match pattern:
^[a-zA-Z0-9\s,.\-'&()]{1,100}$
branch_name
stringÂ
optional
>= 1 characters<= 100 characters
Match pattern:
^[a-zA-Z0-9\s,.\-'&()]{1,100}$
tags
array[string]
optional
account_type
enum<string>Â
optional
Allowed values:
savingscurrentjointbusiness
id
stringÂ
optional
>= 8 characters<= 40 characters
Match pattern:
^[a-zA-Z0-9._-]{8,50}$
created_at
string <date-time>
optional
created_by
stringÂ
optional
<= 100 characters
Match pattern:
^[a-zA-Z0-9._-]{8,50}$
updated_at
string <date-time>
optional
updated_by
string  | nullÂ
optional
<= 100 characters
Match pattern:
^[a-zA-Z0-9._-]{8,50}$
tenant_id
stringÂ
optional
<= 40 characters
Match pattern:
^[a-zA-Z0-9._-]{8,50}$
Example
{
"count": 63234891,
"total_pages": 13263173,
"current_page": -72271958,
"has_previous": false,
"has_next": true,
"previous_page": null,
"next_page": null,
"results": [
{
"contact_id": "ut eu magna",
"ifsc": "oJoC7198814",
"account_no": "830179410",
"account_holder_name": "FxryXDUK(.zoHqoEBRyUEAT'R FUlquthglonJi'aryQ QY",
"bank_name": "L1GgLat0pWoU7h&z-q NqFFvbLL2gP,6Y8 (jAfPFiKKZj5J'.(o)'vL7-wBgjwWF8V'xq&,Ojg3BwVHCov1xMG'",
"branch_name": "UbN5)w6'v0W65B2rnx6gp vjemFBilRg4yHO7IikHisaoXW .&EDgOidVCd-xLR5fphVvDrSvtrzNsluNrGq&O5.",
"tags": [
"4ycgSQKRn2q",
"apUgWo8OzKH3KXQ1s0aV21JHeAJbFylJhOkM",
"ZIgX0NeCy9knfQfw7uRU"
],
"account_type": "savings",
"id": "TM2jaI6jtflYBNDF3gHq.yUHznb71schmc7YUUE",
"created_at": "2025-04-02 06:01:08",
"created_by": "ZyXTYn6TqjATuGFoFyPR5JbeX.U",
"updated_at": "2025-08-05",
"updated_by": "vNY0QO48Y1t4q412GCyNSg0ntF7pQQGlVRn2",
"tenant_id": "yxU.WkBL_UeM-saSIAQwwXre1albJ90_KKXTmR2F"
},
{
"contact_id": "elit do",
"ifsc": "oXNM4848884",
"account_no": "44615550606937",
"account_holder_name": " sfZmRlGAjccLkmsAxznWTVytEj&mlt-avXteaDXgHrxvY&DonnR(iQkGjpIYRZehyDjrn.' Z)CIfOe",
"bank_name": "v9OsZ2DuudAxljqhJQI56Jd&5R&souZ3L3K1Yb)Da0qZEGurrZ1L'YC6JU&h8uCVFv' OYaZ,(ndbi2v2jC(xk2jltW)(4OZC",
"branch_name": "aH&f.5vf.7G",
"tags": [
"Q9SMFR7smYppPQ6fEj-3nU5OFWJT1dW4Ip6z4861if1LqdORMe"
],
"account_type": "business",
"id": "6qGFhiXfwRTYmpXkI7",
"created_at": "2025-04-01 16:00:36",
"created_by": "vxw2SCZ8.GkYe6DozKtuoRTRHTX51SPS3.oc",
"updated_at": "2025-03-22",
"updated_by": "Tt-JDMly6iAK",
"tenant_id": "e-0OUCqDeewf3WoP2tUm1BIGTAEumWahyyw5AWvc"
}
]
}