Styles
List all available styles
This information can then be used to narrow down the search when looking for icons.
Request parameters
GET /api/v1/styles HTTP/1.1
Host: webapp.flat-icons.com
Authorization: Bearer YOUR_ACCESS_TOKEN
Responses
{
"data": [
{
"id": 1,
"name": "Flat"
},
{
"id": 2,
"name": "Line"
},
{
"id": 3,
"name": "Filled Line"
}
]
}
Last modified: 29 March 2024