Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET categories/

Info
  1. Retrieves the list of all account categories
  2. Category presence in the list depends on the access rights to your / competitor brands


Request example:

Paste code macro
languagebash
themeDarkula
curl -XGET "[endpoint]/categories/" -H "TokenAPI: [your_token]"

...