Skip to main content
GET
/
favorites
List Favorites
curl --request GET \
  --url https://api.veryfront.com/favorites \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "updated_at": "<string>",
      "created_at": "<string>",
      "is_favorite": true
    }
  ],
  "favorite_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

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.

Response

List of favorite projects

data
object[]
required
favorite_ids
string<uuid>[]
required