Skip to main content
GET
/
team
/
document-pricing
Get document pricing for the current team
curl --request GET \
  --url https://lens-api.tic.io/team/document-pricing \
  --header 'x-api-key: <api-key>'
[
  {
    "teamDocumentPriceId": 123,
    "teamId": 123,
    "documentOrderType": "companyDocument",
    "amount": 123,
    "iso4217CurrencyCode": "<string>",
    "validTo": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of team document price rows

teamDocumentPriceId
integer<int32>
teamId
integer<int32>
documentOrderType
enum<string>
Available options:
companyDocument,
lantmaterietFastighet,
companyRegistrationLetterSwedish,
companyRegistrationLetterEnglish,
externalSearchActaPublica,
externalSearchTrapets,
personCreditCheckMail,
companyMinutes,
companyArticlesOfAssociation,
companyFinancialPlan,
companyStatutes,
companyAnnualReportArchived,
personCreditCheckKivra,
bolagsverketCaseDetails,
bolagsverketFullCaseList,
lantmaterietOwnershipHistory,
export
amount
number<double>
iso4217CurrencyCode
null | string
validTo
null | string<date-time>
lastUpdatedAtUtc
string<date-time>