Skip to main content
GET
/
insight
/
{rec_id}
/
tokens
Get Record Tokens
curl --request GET \
  --url https://api.example.com/insight/{rec_id}/tokens \
  --header 'Authorization: Bearer <token>'
{
  "expected_tokens": {
    "price_with_transcript": 123,
    "price_with_report": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rec_id
string<uuid>
required

Response

Successful Response

Response model for lightweight tokens endpoint.

expected_tokens
Costs · object
required