Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Address
  • Omni
  • Contact APIs
  • NameSpace
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Delete
      DELETE
  • Address
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Bank
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Props
    • Update Props
      PUT
    • Get Props
      GET
    • Delete Props
      DELETE
  • Relation
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Contact
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Dedupe
      POST
    • Active
      PUT
    • Inactive
      PUT
    • Reject
      PUT
    • Approve
      PUT
  1. Address

List

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/contacts/addresses/
Last modified:2025-05-23 06:00:04

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code 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/addresses/?contact=01JVVTX6K82VK4X4RBJBGFKG4C' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Examples
{
    "count": 2,
    "total_pages": 1,
    "current_page": 1,
    "has_previous": false,
    "has_next": false,
    "previous_page": null,
    "next_page": null,
    "results": [
        {
            "id": "01JQHRW1XCD6JQQCV6FNSM0YGG",
            "tenant_id": "01JQCCNCK7CN39AWMYD15MQK25",
            "created_by": "01JQCCJV6FRRP0QFP4JCBE6J57",
            "updated_by": "",
            "created_at": "2025-03-30T01:48:11.019719Z",
            "updated_at": "2025-03-30T01:48:11.019741Z",
            "address_line": "sector 46",
            "city": "gurgaon",
            "state": "Haryana",
            "pincode": "122002",
            "country": "India",
            "tags": [
                "current"
            ],
            "lat": null,
            "long": null,
            "refs": {},
            "contact": "01JQDJY2ESVZNVNKYAH8CNGANV",
            "props": []
        },
        {
            "id": "01JQTSYARHJEJ49YCBRYQS0DXA",
            "tenant_id": "01JQCCNCK7CN39AWMYD15MQK25",
            "created_by": "01JQCG0V2ZQJRV670JCT82R4RA",
            "updated_by": "01JQCG0V2ZQJRV670JCT82R4RA",
            "created_at": "2025-04-02T14:00:04.315127Z",
            "updated_at": "2025-04-02T14:01:21.860873Z",
            "address_line": "30, bhavan nagar, bk pudhur",
            "city": "Jamnagar",
            "state": "Gujarat",
            "pincode": "115892",
            "country": "India",
            "tags": [],
            "lat": 23.0225,
            "long": 75.08,
            "refs": {},
            "contact": "01JQTS0YDFXCXFYEKA82M5RJ37",
            "props": []
        }
    ]
}
Modified at 2025-05-23 06:00:04
Previous
Update
Next
Retrieve
Built with