cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/entities/{id}?apiKey='
{ "guid": "<string>", "name": "<string>", "logo": "<string>", "type": "<string>", "createdDate": "2023-11-07T05:31:56Z", "links": { "self": "<string>" } }
Retrieve a single entity by GUID or ObjectId.
Documentation IndexFetch the complete documentation index at: https://reviewport.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://reviewport.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as query parameter
Entity GUID or ObjectId
Successful response
Show child attributes