Skip to main content

Get contact list

GET 

/contactlist

The Contact List API empowers you to retrieve a list of contacts, providing a comprehensive view of all available contacts in your contactbook.

Request

Query Parameters

    limit number
    Example: 10
    skip number
    Example: 0

Responses

successful operation

Schema

    result

    contactdetails[]

  • Array [

  • objectId string
    Name string
    Email string
    Phone string
    createdAt date
    updatedAt date
  • ]

Loading...