REST API Basics

Last published at: November 30th, 2023

REST API follows the standards for any REST API, has the the following basic components:

  • URL
  • HTTP method, GET, POST
  • Authentication
  • Payload
  • Result

You can test the REST API using a tool such as POSTMAN.