Enterprise APIs
Enterprise Entities and Assets
List Enterprise entities and retrieve the assets associated with a selected entity.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List Enterprise entities and retrieve the assets associated with a selected entity.
GET /api/v1/enterprise/entities
| Parameter | Required | Description |
|---|---|---|
org | No | Restrict results to an organization ID |
curl --get "https://fullhunt.io/api/v1/enterprise/entities" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "org=$FULLHUNT_ORG_ID"
GET /api/v1/enterprise/assets?entity={entity_name}
curl --get "https://fullhunt.io/api/v1/enterprise/assets" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "entity=$FULLHUNT_ENTITY"
