HTTP verbs
Since this is a REST API, standard HTTP verbs are used (e.g., GET, POST, PUT, DELETE). For example:
-
Use POST to create a new station.
-
Use GET to retrieve station details.
-
Use PUT to update a station’s name.
-
Use DELETE to remove a station.
The appropriate HTTP verb is shown in front of each request, such as:
GET https://iot.campbell-cloud.com/api/v1/organizations/{organizationId}/stations