cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/resources/{resource_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "pattern": "<string>", "description": "<string>", "title": "<string>", "source_path": "<string>", "source": "<string>", "edit_mode": "structured", "source_only_reasons": [ "<string>" ] }
Returns the structured project resource document from the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resource identifier
Resource document
structured
source_only