ApiResponse - Liquid Object Reference
On this page
Description
An ApiResponse contains the result of an API request initiated using the api tag.
Attributes
| Attribute | Type | Description |
|---|---|---|
body |
Map | Returns the HTTP response body of the API call |
headers |
Map | Returns the HTTP response headers for the API call |
status |
String | Returns the HTTP status of the API call |