Skip to main content
GET
/
merchant
/
tax-status
Check Tax Activation Status
curl --request GET \
  --url https://api.spotflow.co/api/v1/merchant/tax-status \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Returns true if tax features are enabled for your account.

The response is of type boolean.

Example:

true