Skip to main content
GET
/
integrations
/
{name}
/
icon
Get Integration Icon
curl --request GET \
  --url https://api.veryfront.com/integrations/{name}/icon \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

name
string
required

Integration name

Example:

"gmail"

Query Parameters

version
string

Deprecated. Version is now baked into the package.

Response

SVG icon

The response is of type string.