/blog-categories
GET {{baseUrl}}/blog-categories?sort=<string>
Returns all blog categories
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort | string | If not included, results are sorted by creation date |
RESPONSES
status: OK
[{"id":"\u003cinteger\u003e","title":"\u003cstring\u003e","slug":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","title":"\u003cstring\u003e","slug":"\u003cstring\u003e","url":"\u003cstring\u003e"}]