GET
/
units
/
{id}
curl -X GET \
 /units/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": {},
  "name": "Stück",
  "translations": {},
  "createdAt": "2021-01-01T00:00:00+00:00",
  "updatedAt": "2021-01-01T00:00:00+00:00"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Unit identifier

Query Parameters

locale
string

Defines the locale to use for translations. Defaults to tenant locale.

Response

200
application/json

Unit resource