• GET http://contactsapi.appjet.com/
    Gets this page
  • GET http://contactsapi.appjet.com/contacts
    Gets list of contacts
  • POST http://contactsapi.appjet.com/contacts
    Posts a new contact to the contacts list, these properties are required:
    Name, Email
  • GET http://contactsapi.appjet.com/contacts/{contact-id}
    Gets contact by its {contact-id}
  • POST http://contactsapi.appjet.com/contacts/{contact-id}
    Posts changes to the contact, these properties are required:
    id, Name, Email
  • POST http://contactsapi.appjet.com/contacts/trash
    Posts contact to the trash
    id