Skip to main content
GET
/
reports
/
{id}
/
first-look
Get report first-look
curl --request GET \
  --url 'https://www.thereviewport.com/api/reports/{id}/first-look?apiKey='
{
  "guid": "<string>",
  "title": "<string>",
  "firstLook": "<string>",
  "links": {
    "self": "<string>",
    "web": "<string>",
    "embed": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://reviewport.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

API key passed as query parameter

Path Parameters

id
string
required

Report GUID or ObjectId

Response

Successful response

guid
string
title
string
firstLook
string