get/patterns/units

List Units

Responses

200Successful Response
Example · 200
{
  "units": [
    {
      "id": "construction",
      "label": "<Label>",
      "description": "<Description>"
    }
  ]
}

Code samples

Generated from the live OpenAPI spec. Replace $SAVITAR_API_KEY with a key from your dashboard.

curl -X GET "https://redact-standalone-service-5j2g6sw72a-el.a.run.app/patterns/units" \
  -H "Authorization: Bearer $SAVITAR_API_KEY"