License Guidance Teaser

To create a teaser page, the minimum requirement is to call GET /licenses/jurisdiction/totals function. This function will accept a location array as well as the business activity array. The results of this function will be breakdown of the number of licenses in each jurisdiction level.

Alternately, if you wish, you can choose to validate the location first by using the GET /validation/location function. Once validated, you can pass the location array in to the GET /licenses/jurisdiction/totals. You can also choose to validate the business activity by using the GET /validation/business_activities function. Pass in the validated business activity to the GET /licenses/jurisdiction/totals function in order to get the jurisdictional breakdown.

Authorization Requirements:

  • A key provided by Business Licenses, LLC is required for authorization.
  • An api token provided by Business Licenses, LLC is required for authorization.
  • The api token must be added to the headers of the request as the bearer token:
    Authorization: Bearer <api token>