Skip to main content
GET
/
holders
/
{id}
Get a retention holder
curl --request GET \
  --url 'https://www.thereviewport.com/api/holders/{id}?apiKey='
{
  "guid": "<string>",
  "name": "<string>",
  "logo": "<string>",
  "isFeatured": true,
  "createdDate": "2023-11-07T05:31:56Z",
  "reportCount": 123,
  "links": {
    "self": "<string>"
  }
}

Authorizations

apiKey
string
query
required

API key passed as query parameter

Path Parameters

id
string
required

Holder GUID or ObjectId

Response

Successful response

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