GET /V1/carts/licence
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/carts/licence
Response examples (200)
[
{
"agreement_id": 42,
"name": "string",
"content": "string",
"content_height": "string",
"checkbox_text": "string",
"is_active": true,
"is_html": true,
"mode": 42,
"extension_attributes": {}
}
]
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}