Skip to main content

Searching endpoints on an API

You can use the left menu inside an API page to looking for the endpoint you need

Search endpoints

You can search endpoint:

  • by name, using the search input,
  • by method:
    • GET is for retrieving information
    • POST for creating new entry
    • PUT and PATCH to update data
    • DELETE to delete an entry
  • exploring the categories automatically created from all endpoints' URL