Making Requests

As per RESTful design patterns, Digital Engagement API implements HTTP verbs:

  • GET - Read resources

  • POST - Create new resources

  • PUT - Modify existing resources

  • DELETE - Remove resources

  • PATCH - Update existing resources

When making requests, arguments can be passed as params, form data or JSON with the correct Content-Type header.