Developer Docs
Hubex
Version 1.1.68

API Docs Version 1.1.68


What's New

POST /notification/send-sms

Send SMS

POST /notification/send-email

Send Email

What's Deleted

POST /account-verification/link/token

Create link token

POST /account-verification/public-token/exchange

Exchange public token for an access token

POST /account-verification/stripe/bank-account-token

Create Stripe bank account token

POST /account-verification/accounts/balance/get

Retrieve real-time balance data

POST /tax/get-pricing

Get Pricing

POST /tax/get-vehicles-by-vin-params

Get Vehicles by VIN Params

POST /tax/get-product-payment

Get Product Payment

GET /tax/get-market-by-zip/{zip_code}

Get Market by zipcode

What's Changed

GET /notification/otp-configuration

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 400 Bad Request

Bad Request

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 422 Unprocessable Entity

Unprocessable Entity

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

POST /notification/otp-configuration

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 400 Bad Request

Bad Request

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

Changed response : 422 Unprocessable Entity

Unprocessable Entity

  • Changed content type : application/json

    New required properties:

    • detail

    • Changed property detail (array -> object)

      Error details

DELETE /notification/otp-configuration

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 400 Bad Request

Bad Request

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 422 Unprocessable Entity

Unprocessable Entity

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

PATCH /notification/send-otp

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json

Changed response : 201 Created

Successful Response

Changed response : 422 Unprocessable Entity

Unprocessable Entity

  • Changed content type : application/json

    New required properties:

    • detail

    • Changed property detail (array -> object)

      Error details

POST /notification/verify-otp

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

Changed response : 200 OK

Successful Response

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json

Changed response : 410 Gone

Pin Expired

  • New content type : application/json

Changed response : 422 Unprocessable Entity

Unprocessable Entity

  • Changed content type : application/json

    New required properties:

    • detail

    • Changed property detail (array -> object)

      Error details

POST /notification/send-notification

Parameters:

Added: x-api-version in header

API version. e.g 1.1 or 1.0

Return Type:

New response : 400 Bad Request

Bad Request

New response : 403 Forbidden

Forbidden

New response : 404 Not Found

Not Found

New response : 429 null

Too Many Requests

New response : 500 Internal Server Error

Internal Server Error

New response : 501 Not Implemented

Not Implemented

Changed response : 422 Unprocessable Entity

Unprocessable Entity

  • Changed content type : application/json

    New required properties:

    • detail

    • Changed property detail (array -> object)

      Error details

GET /configuration

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property notification (object)

      Configuration for the Notification

      • Property sms (object)

        SMS Configurations

        • Property account_sid (string)

          Account SID

        • Property auth_token (string)

          Auth Token

        • Property phone_number (string)

          Sender Phone Number

POST /configuration

Request:

Changed content type : application/json

  • Added property notification (object)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property notification (object)

      Configuration for the Notification

PATCH /configuration

Request:

Changed content type : application/json

  • Added property notification (object)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property notification (object)

      Configuration for the Notification