Developers
  • Dun & Bradstreet Estonia API
  • Test environment
  • Pricing
  • Contact
  • General information
    • searchCompany
    • getCompanyInformation
    • getContacts
    • getAaaRatingWithHistory
    • getCompanyUpdateDate
  • Negative information
    • getTaxArrears
    • getPublicAnnouncements
    • getDebtCollectionCases
  • Persons in company
    • getManagementBoard
    • getShareholdersAndOtherRoles
    • getBeneficialOwner
  • Financial information
    • listAnnualReport
    • getAnnualReport
    • getFinancialInformation
    • getFinancialStatements
    • getTaxInformation
    • getSalaryInformation
  • REAL ESTATE
    • getImmovables
  • Credit reports
    • Company credit report
    • Person credit report
  • Personal Information
    • getPersonInformation
  • TOOLS
    • Person code validator
  • International data
    • BBC API
  • User
    • getProfile
    • getLimits
Powered by GitBook
On this page

Was this helpful?

  1. User

getLimits

Get limits

getLimits

POST https://in.bisnode.ee/rest/getLimits

Get limits assigned to a current user Example cURL request: curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getLimits' --data '{"token":"0c43592834623946u464e963570304596"}'

Path Parameters

Name
Type
Description

token

string

Your API token

{
    "action:searchCompany":1000,
    "action:getAnnualReport":50
}
{
    "error": "error",
    "code": 400,
    "message": "Limits has not been set up"
}
PreviousgetProfile

Last updated 3 years ago

Was this helpful?