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