Avalara · Capability
Avalara AvaTax APIs — CertExpressInvites
Avalara AvaTax APIs — CertExpressInvites. 3 operations. Lead operation: Avalara ListCertExpressInvitations. Self-contained Naftiko capability covering one Avalara business surface.
What You Can Do
GET
Get
— Avalara ListCertExpressInvitations
/v1/api/v2/companies/{companyid}/certexpressinvites
POST
Post
— Avalara CreateCertExpressInvitation
/v1/api/v2/companies/{companyid}/customers/{customercode}/certexpressinvites
GET
Get
— Avalara GetCertExpressInvitation
/v1/api/v2/companies/{companyid}/customers/{customercode}/certexpressinvites/{id}
MCP Tools
avalara-listcertexpressinvitations
Avalara ListCertExpressInvitations
read-only
idempotent
avalara-createcertexpressinvitation
Avalara CreateCertExpressInvitation
avalara-getcertexpressinvitation
Avalara GetCertExpressInvitation
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Avalara AvaTax APIs — CertExpressInvites
description: 'Avalara AvaTax APIs — CertExpressInvites. 3 operations. Lead operation: Avalara ListCertExpressInvitations.
Self-contained Naftiko capability covering one Avalara business surface.'
tags:
- Avalara
- CertExpressInvites
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
AVALARA_API_KEY: AVALARA_API_KEY
capability:
consumes:
- type: http
namespace: avatax-apis-certexpressinvites
baseUri: http://{{baseurl}}
description: Avalara AvaTax APIs — CertExpressInvites business capability. Self-contained, no shared references.
resources:
- name: api-v2-companies-companyId-certexpressinvites
path: /api/v2/companies/{companyId}/certexpressinvites
operations:
- name: get
method: GET
description: Avalara ListCertExpressInvitations
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: X-Avalara-Client
in: header
type: string
description: Identifies the software you are using to call this API. For more information on the client header,
see [Client Headers](https://developer.avalara.com/avatax/cli
- name: companyId
in: path
type: string
required: true
- name: api-v2-companies-companyId-customers-customerCode-certexpressinvites
path: /api/v2/companies/{companyId}/customers/{customerCode}/certexpressinvites
operations:
- name: post
method: POST
description: Avalara CreateCertExpressInvitation
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: Content-Type
in: header
type: string
- name: X-Avalara-Client
in: header
type: string
description: Identifies the software you are using to call this API. For more information on the client header,
see [Client Headers](https://developer.avalara.com/avatax/cli
- name: companyId
in: path
type: string
required: true
- name: customerCode
in: path
type: string
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: api-v2-companies-companyId-customers-customerCode-certexpressinvites-id
path: /api/v2/companies/{companyId}/customers/{customerCode}/certexpressinvites/{id}
operations:
- name: get
method: GET
description: Avalara GetCertExpressInvitation
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: X-Avalara-Client
in: header
type: string
description: Identifies the software you are using to call this API. For more information on the client header,
see [Client Headers](https://developer.avalara.com/avatax/cli
- name: companyId
in: path
type: string
required: true
- name: customerCode
in: path
type: string
required: true
- name: id
in: path
type: string
required: true
authentication:
type: basic
username: '{{env.AVALARA_USER}}'
password: '{{env.AVALARA_PASS}}'
exposes:
- type: rest
namespace: avatax-apis-certexpressinvites-rest
port: 8080
description: REST adapter for Avalara AvaTax APIs — CertExpressInvites. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/api/v2/companies/{companyid}/certexpressinvites
name: api-v2-companies-companyid-certexpressinvites
description: REST surface for api-v2-companies-companyId-certexpressinvites.
operations:
- method: GET
name: get
description: Avalara ListCertExpressInvitations
call: avatax-apis-certexpressinvites.get
with:
X-Avalara-Client: rest.X-Avalara-Client
companyId: rest.companyId
outputParameters:
- type: object
mapping: $.
- path: /v1/api/v2/companies/{companyid}/customers/{customercode}/certexpressinvites
name: api-v2-companies-companyid-customers-customercode-certexpressinvites
description: REST surface for api-v2-companies-companyId-customers-customerCode-certexpressinvites.
operations:
- method: POST
name: post
description: Avalara CreateCertExpressInvitation
call: avatax-apis-certexpressinvites.post
with:
Content-Type: rest.Content-Type
X-Avalara-Client: rest.X-Avalara-Client
companyId: rest.companyId
customerCode: rest.customerCode
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/api/v2/companies/{companyid}/customers/{customercode}/certexpressinvites/{id}
name: api-v2-companies-companyid-customers-customercode-certexpressinvites-id
description: REST surface for api-v2-companies-companyId-customers-customerCode-certexpressinvites-id.
operations:
- method: GET
name: get
description: Avalara GetCertExpressInvitation
call: avatax-apis-certexpressinvites.get
with:
X-Avalara-Client: rest.X-Avalara-Client
companyId: rest.companyId
customerCode: rest.customerCode
id: rest.id
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: avatax-apis-certexpressinvites-mcp
port: 9090
transport: http
description: MCP adapter for Avalara AvaTax APIs — CertExpressInvites. One tool per consumed operation, routed inline
through this capability's consumes block.
tools:
- name: avalara-listcertexpressinvitations
description: Avalara ListCertExpressInvitations
hints:
readOnly: true
destructive: false
idempotent: true
call: avatax-apis-certexpressinvites.get
with:
X-Avalara-Client: tools.X-Avalara-Client
companyId: tools.companyId
outputParameters:
- type: object
mapping: $.
- name: avalara-createcertexpressinvitation
description: Avalara CreateCertExpressInvitation
hints:
readOnly: false
destructive: false
idempotent: false
call: avatax-apis-certexpressinvites.post
with:
Content-Type: tools.Content-Type
X-Avalara-Client: tools.X-Avalara-Client
companyId: tools.companyId
customerCode: tools.customerCode
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: avalara-getcertexpressinvitation
description: Avalara GetCertExpressInvitation
hints:
readOnly: true
destructive: false
idempotent: true
call: avatax-apis-certexpressinvites.get
with:
X-Avalara-Client: tools.X-Avalara-Client
companyId: tools.companyId
customerCode: tools.customerCode
id: tools.id
outputParameters:
- type: object
mapping: $.