GET
/
content
/
api
/
v4
/
custom_widgets
/
by-path
/
{path}
Get the details for a module by path
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
}

Path Parameters

path
string
required

The path of the module to fetch the details for

Response

200 - application/json

Successful response

The response is of type object.