ApiResponse - Liquid Object Reference - 1.0.0
| Object Name | ApiResponse | 
| Version | 1.0.0 | 
Description
An ApiResponse contains the result of an API request initiated using the api tag.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| body | Object | Returns the HTTP response body of the API call | 
| data | Object | Returns a custom data object for this object | 
| headers | Object | Returns the HTTP response headers for the API call | 
| status | String | Returns the HTTP status of the API call | 
Objects that return ApiResponses
None
Back to Liquid Reference for 1.0.0
Back to Documentation