cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/branches/{branchId}/approvals \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "approved_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "approved_at": "<string>", "comment": "<string>", "dismissed_at": "<string>", "dismissed_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dismissed_reason": "<string>" } ] }
Lists approvals recorded for a branch in the project.
Documentation IndexFetch the complete documentation index at: https://veryfront.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Branch ID (UUID)
List of approvals
Show child attributes