Address-Book-API
This API is able to store contacts. You can update them as well. Also, if you want to add contacts you can do it.
1 subscribers
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Address-Book-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Contacts | ||
| DELETE |
DeleteContact /api/v1/contacts/620fab7fa673f7454c8d2362 |
|
| GET |
GetContactByID /api/v1/contacts/id/63e687d470db4fa0eb4e5223 |
|
| GET |
GetContactByLinkedInID /api/v1/contacts/username/abhay |
|
| GET |
GetAllContacts /api/v1/contacts |
|
| POST |
CreateSingleContact /api/v1/contacts |
|
| PATCH |
UpdateContact /api/v1/contacts/620fa4c1987b7126581815f4 |
|
| POST |
CreateMultipleContacts /api/v1/contacts/multiple |
|
| Users | ||
| PATCH |
UpdateUser /api/v1/users/61f5b8dc4d92cd44d8d4facf |
|
| POST |
CreateUser /api/v1/users |
|
| GET |
GetUser /api/v1/users/63afd2b8c6d743392ca2f4c2 |
|
| DELETE |
DeleteUser /api/v1/users/4 |
|
| GET |
GetCurrentUser /api/v1/users/me |
|
| PATCH |
UpdateCurrentUser /api/v1/users/updateMe |
|
| DELETE |
DeleteCurrentUser /api/v1/users/deleteMe |
|
| GET |
GetAllUsers /api/v1/users |
|
| Authentication | ||
| PATCH |
UpdateCurrentUserPassword /api/v1/users/updatePassword |
|
| PATCH |
ResetPassword /api/v1/users/resetPassword/fb0b62b31471588e12a0ec8e3bd60247310cb0044669af80757a83ff6d982488 |
|
| POST |
ForgotPassword /api/v1/users/forgotPassword |
|
| POST |
LogIn /api/v1/users/login |
|
| POST |
SignUp /api/v1/users/signup |
|
Address-Book-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $100 / month | 5 / second |
|
| ULTRA | $200 / month | 10 / second |
|
| MEGA Recommended | $500 / month | 50 / second |
|