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-KEY
Request
This endpoint expects an object.
accountId
Id of the taxcloud account created in the access key
name
name of the access key
audiences
Response
OK
apiKey
api key value to use as ‘X-API-KEY’ on the tax service
createdAt
Unix timestamp of when the record was created as RFC3339 datetime
grants
grants of the access key
id
Id of the taxcloud account created in the access key
name
name of the access key
updatedAt
Unix timestamp the record was last updated as RFC3339 datetime
$schema
A URL to the JSON Schema for this object.