curl --request GET \
--url https://api.mentionlab.io/api/entities/{id} \
--header 'x-project-id: <x-project-id>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"type": "brand",
"isOwned": true,
"isPrimary": true,
"isCompetitor": true,
"isBlacklisted": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"group": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>"
},
"canonicalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Returns a single entity with its group relation populated.
curl --request GET \
--url https://api.mentionlab.io/api/entities/{id} \
--header 'x-project-id: <x-project-id>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"type": "brand",
"isOwned": true,
"isPrimary": true,
"isCompetitor": true,
"isBlacklisted": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"group": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>"
},
"canonicalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Project ID to specify the project context
Entity ID
brand, person, company, other Show child attributes