GET
/
v3
/
unitCategories
curl --request GET \
  --url https://safe.dfda.earth/api/v3/unitCategories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "standardUnitAbbreviatedName": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your bearer token in the format Bearer access_token_here

Response

200
application/json
Successful operation
name
string
required

Category name

id
integer

id

standardUnitAbbreviatedName
string

Base unit for in which measurements are to be converted to and stored