cURL
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" ] }
Get all projects favorited by the current user
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
List of favorite projects
Show child attributes