Icon Sets
List all available icon sets
This information can then be used to narrow down the search when looking for icons.
Request parameters
				GET /api/v1/sets HTTP/1.1
				Host: webapp.flat-icons.com
				Authorization: Bearer YOUR_ACCESS_TOKEN
			
Responses
				{
					"data": [
						{
							"id": 2,
							"name": "University"
						},
						{
							"id": 3,
							"name": "Resume"
						},
						...
						{
							"id": 220,
							"name": "Business Analytics"
						},
						{
							"id": 221,
							"name": "SEO and Marketing"
						}
					]
				}
			
Last modified: 29 March 2024