- Omni
- Contact APIs
- NameSpace
- Address
- Bank
- Props
- Relation
- Contact
List
Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/namespaces/
Last modified:2025-05-23 05:18:40
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/namespaces/'
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 (Namespace) {11}]Â
required
name
stringÂ
required
contact_pattern
stringÂ
optional
contact_counter
numberÂ
optional
account_pattern
stringÂ
optional
account_counter
numberÂ
optional
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": 3,
"total_pages": 1,
"current_page": 1,
"has_previous": false,
"has_next": false,
"previous_page": null,
"next_page": null,
"results": [
{
"id": "01JQDFEHZCENSY0KXGTB1M4688",
"is_deleted": false,
"deleted_at": null,
"tenant_id": "01JQCCNCK7CN39AWMYD15MQK25",
"created_by": "01JQCG0V2ZQJRV670JCT82R4RA",
"updated_by": "",
"created_at": "2025-03-28T09:46:33.791286Z",
"updated_at": "2025-03-28T09:46:33.791310Z",
"name": "Customer"
},
{
"id": "01JQJQETG2X5ZG82E66MQH3YYJ",
"is_deleted": false,
"deleted_at": null,
"tenant_id": "01JQCCNCK7CN39AWMYD15MQK25",
"created_by": "01JQCCJV6FRRP0QFP4JCBE6J57",
"updated_by": "",
"created_at": "2025-03-30T10:42:43.291307Z",
"updated_at": "2025-03-30T10:42:43.291325Z",
"name": "Anchor"
},
{
"id": "01JQTRJS76E05HK9VR74FY5792",
"is_deleted": false,
"deleted_at": null,
"tenant_id": "01JQCCNCK7CN39AWMYD15MQK25",
"created_by": "01JQCG0V2ZQJRV670JCT82R4RA",
"updated_by": "",
"created_at": "2025-04-02T13:36:17.291011Z",
"updated_at": "2025-04-02T13:36:17.291080Z",
"name": "customer"
}
]
}