Attention!

The Sales and Use Tax Help Center has moved to Sovos Docs. This Help Center will be shutting down soon and you will be able to access documentation on Sovos Docs only.

Sending and validating requests

The CertManager REST APIs accept data in either JSON or form-data format.

Format

Content-type header

JSON application/json
form-data multipart/form-data

If your network infrastructure includes a proxy to communicate externally, additional proxy processes (authentication, processing, tunneling, etc.) will be required on your end before the REST API can receive the request.

HTTP response codes

HTTP Response Code

Definition

Details

200 OK The request was successful.
201 Created
202 Accepted
400

Bad Request

The request was invalid. Possible causes:

  • Missing required field
  • Incorrect data type sent
401 Unauthorized The request was not authenticated. There may be a problem with your authentication header.
403 Forbidden You do not have permission to complete the action in the request.
404 Not Found The URL requested is incorrect.
500 Internal Server Error There was an internal processing error in our system.