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

    Possible values: <= 500

    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...