Skip to main content

Avalara CertCapture API Endpoints

Updated today

Portal/Instance Identifier: https://sandbox-rest.avatax.com/api

Base URLs

  • Staging/Production: https://{Instance Identifier}/

NOTE: The {Instance Identifier} shown above is just a placeholder - replace it with your actual Avalara CertCapture API URL. Since you might have multiple test environments, this identifier will be different for each one.

Table of Contents

Customer Endpoints

Get a Customer: (GET)

[Base URL]/v2/customers/{id}

Create a Customer: (POST)

[Base URL]/v2/customers

Update a Customer: (PUT)

[Base URL]/v2/customers/{id}

Get all Customer: (GET)

[Base URL]/v2/customers

Link Customer as Shipping Address: (PUT)

[Base URL]/v2/customers/{Id}/ship-tos?ship_tos={AddressId}

Link Customer as Billing Address: (PUT)

[Base URL]/v2/customers/{Id}/bill-tos?bill_tos={AddressId}

Get Customer Custom Fields: (GET)

[Base URL]/v2/customers/{id}/custom-fields

Link Customer Custom Fields: (PUT)

[Base URL]/v2/customers/{id}/customfields?custom_fields={customfieldObjectJson}

Ping Endpoints

Get a Ping: (GET)

[Base URL]/api/v2/utilities/ping
Did this answer your question?