Skip to main content
GET
/
v1
/
reports
/
{reportId}
Get a specific report
curl --request GET \
  --url https://api.northreports.com/v1/reports/{reportId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer north_sk_live_xxxxxxxxxxxx

Path Parameters

reportId
string
required

The report UUID. If searching by address, you can use any placeholder value (e.g., "search" or "by-address"). The address query parameter will override this value.

Query Parameters

address
string

Search for a report by address instead of using reportId. If provided, this will override the reportId path parameter. Supports partial matching (case-insensitive). Example: "123 Main St" or "Main Street"

Response

Successfully retrieved report

data
any