Request
Overview
The request tab shows details about the method.
Here’s what each section does:
-
Request Tab (GET): Displays the API request URL.
-
Inputs: Allows defining the input parameters such as
Name
andType
for the request. -
Headers: Lists any request headers, here it includes the Authorization header with a bearer token.
-
Outputs: Defines the output data structure, showing how the response is mapped. For instance, "allCars" corresponds to "body.records" and is of type "list."
-
Response Handling: Maps specific response codes to success or error states.
-
Storage: Allows defining response storage parameters.