Skip to main content
GET
/
entities
/
{id}
Get an entity
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>"
  }
}

Authorizations

apiKey
string
query
required

API key passed as query parameter

Path Parameters

id
string
required

Entity GUID or ObjectId

Response

Successful response

guid
string
name
string
logo
string | null
type
string | null
createdDate
string<date-time>