v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
ShopShield

Get ShopShield URI Details

Get ShopShield URI Details

get/v1/sites/{id}/shop_shield/{uri_id}

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888
uri_idstring uuid required

The ID of the URI that is protected by ShopShield

Example:123e4567-e89b-12d3-a456-426614174000

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "uri": "/",
    "created_at": "2021-01-01T00:00:00Z",
    "updated_at": "2021-01-01T00:00:00Z"
  }
}