cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/style-artifacts/current \ --header 'Authorization: Bearer <token>'
{ "status": "ready", "artifact_hash": "<string>", "asset_path": "<string>", "etag": "<string>", "content_type": "<string>", "build_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "failure_reason": "<string>", "updated_at": "<string>" }
Resolve metadata for the latest ready CSS artifact for a project selector and style profile.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Current style artifact metadata
ready
missing
building
failed