Skip to main content
GET
/
reports
/
{token}
/
meta
Get report metadata
curl --request GET \
  --url https://app.leadconduit.com/reports/{token}/meta \
  --header 'Authorization: Basic <encoded-value>'
{
  "token": "<string>",
  "account_name": "<string>",
  "vars": [
    {}
  ],
  "flows": [
    {}
  ],
  "entities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Path Parameters

token
string
required

Token of the report to retrieve metadata for 24 character alpha-numeric BSON identifier

Pattern: ^[0-9a-fA-F]{24}$
Example:

"5fd4371e940df5a34a3888b2"

Response

200 - application/json

OK

token
string
account_name
string
vars
object[]
flows
object[]
entities
object[]