API Docs Help

Categories

List all available categories

GET method/api/v1/categories

This information can then be used to narrow down the search when looking for icons.

Request parameters

GET /api/v1/categories HTTP/1.1 Host: webapp.flat-icons.com Authorization: Bearer YOUR_ACCESS_TOKEN

Responses

{ "data": [ { "id": 3, "name": "2D Animated Icons" }, { "id": 1, "name": "2D Vector Icons" }, { "id": 2, "name": "3D Animated Icons" }, { "id": 4, "name": "3D Icons" } ] }
Last modified: 29 March 2024