Legacy
English
cURL
curl --request GET \ --url https://api.hubapi.com/content/api/v4/custom_widgets/by-path/{path}
{ "id": 123, "name": "<string>", "path": "<string>", "source": "<string>", "css": "<string>", "fields": [ {} ], "global": true, "isAvailableForNewContent": true, "created": 123, "updated": 123 }
Get the details for a specific module using its path.
The path of the module to fetch the details for
Successful response
The response is of type object.
object
Was this page helpful?