Skip to main content
GET
/
v1
/
nomenclature
/
categories
Get all nomenclature categories
curl --request GET \
  --url https://api.nomi.tools/v1/nomenclature/categories \
  --header 'Authorization: Basic <encoded-value>'
{
  "categories": [
    {
      "name": "<string>",
      "id": "<string>",
      "parentId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Response

200 - application/json

List of nomenclature categories

categories
object[]