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
Create your Nocotax account
Create your Nocotax account
Finish the setup process
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.
Step 2: Send your first API request
Retrieve your API credentials
Retrieve your API credentials
By default, all accounts have a total of three API credentials:
Your credentials are stored on the Developers settings tab in the dashboard.
Create a sample organization in Sandbox
Create a sample organization in Sandbox
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.
- To create an organization using the Nocotax API, send the following API request
-
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.
