Please watch the video to learn how to use Postman with an API.
The base URL: https://apis.sakibnm.work:8888/contacts/text/arrow-up-right
The endpoints:
Get all contacts: getall
getall
Method: GET
GET
Query Params: none
Get the details of a particular contact: details
details
Query Params: name
name
Add a contact: add
add
Method: POST
POST
Body Params: name, email, phone.
email
phone
Delete a particular contact: delete
delete
Last updated 3 months ago