diff --git a/404.html b/404.html index 78695c704..6b55a5780 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
The Contact List API empowers you to retrieve a list of contacts, providing a comprehensive view of all available contacts in your contactbook.
Query Parameters
Possible values: <= 500
successful operation
Schema
result
contactdetails[]
Array [
]
{
"result": [
{
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231",
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
]
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}
successful operation
Schema
result
contactdetails[]
Array [
]
{
"result": [
{
"objectId": "ph1bhx2jp",
"name": "joe bee",
"email": "joebee@example.com",
"phone": "4131231231",
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
]
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}