Icon Endpoint
Get Icon
Returns a social icon or logo as an image based on the name parameter and optional query parameters. You could specify the icons inside the src/components/global/icons.tsx
file.
GET
Path Parameters
Name of the social icon or 'logo'
Query Parameters
Width of the returned image in pixels
Height of the returned image in pixels
Color of the icon (without # prefix)
Response
200
image/png
Successfully returned the icon or logo image
The response is of type file
.
Was this page helpful?