Skip to main content

Get started in three steps

Get Nocotax API running locally and make your first API calls.

Step 1: Create your Nocotax account and finish the setup process

Follow the onboarding flow to enter your account details such as the default timezone and currency, the billing information of your own organization, and the tax configuration for your organization.
Unsure of your current tax configuration setup? You can still add/remove tax registrations later on.

Step 2: Send your first API request

By default, all accounts have a total of three API credentials:Your credentials are stored on the Developers settings tab in the dashboard.
Try changing the primary color to see an immediate difference!
You can begin exploring Nocotax APIs using the HTTPs client of your choice (curl, postman…), along with your API keys (see below).Operating in sandbox environment, you don’t have to worry about altering production data when doing the following tests.
  1. To create an organization using the Nocotax API, send the following API request
  1. If everything worked, you should see a response, with a JSON body embeded, containing the ID of the newly created organization:
Need help? See our full API documentation.