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

The response is of type object[].