Create an Access Key

An access key provides authentication to use the Taxcloud API.

Note: Currently, keys generated via the TaxCloud web app do not include the necessary scopes to interact with the Management API. To request access, contact our support team.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
accountIdlongRequired

Id of the taxcloud account created in the access key

namestringRequired

name of the access key

audienceslist of objectsOptional

Response

OK

apiKeystring

api key value to use as ‘X-API-KEY’ on the tax service

createdAtdatetime

Unix timestamp of when the record was created as RFC3339 datetime

grantslist of objects

grants of the access key

idlong

Id of the taxcloud account created in the access key

namestring

name of the access key

updatedAtdatetime

Unix timestamp the record was last updated as RFC3339 datetime

$schemastringOptionalformat: "uri"

A URL to the JSON Schema for this object.

Errors