Skip to main content
GET
/
2025-09
/
protection_levels
/
{protection_level_id}
Show a Protection Level
curl --request GET \
  --url https://public-api.stora.co/2025-09/protection_levels/{protection_level_id} \
  --header 'Authorization: Bearer <token>'
{
  "protection_level": {
    "id": "plvl_e8f3ad0a07e47566",
    "account_code": null,
    "cover_level": {
      "amount": 2000000,
      "currency": "GBP",
      "formatted": "£20,000.00"
    },
    "created_at": "2025-02-22T14:41:00Z",
    "prices": [
      {
        "billing_period": "weekly",
        "price": {
          "amount": 999,
          "currency": "GBP",
          "formatted": "£9.99"
        },
        "stripe_price_id": "price_123"
      }
    ],
    "public": true,
    "stripe_product_id": "test_Sj6us30iGDiaXO",
    "updated_at": "2025-02-22T14:41:00Z"
  },
  "meta": {
    "request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
    "curies": [
      {
        "name": "bo",
        "href": "https://app.stora.test{rel}",
        "templated": true,
        "title": "Backoffice"
      },
      {
        "name": "sf",
        "href": "https://acme.stora.test{rel}",
        "templated": true,
        "title": "Storefront"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

protection_level_id
string
required

The ID of the protection level to retrieve

Response

200 - application/json

protection_level detail

Single Protection Level

protection_level
object

Protection Level

meta
object