Fiscal Harmony API
  1. Account
Fiscal Harmony API
  • Introduction
  • Authentication
  • Data
  • Support
  • Webhooks
  • Account
    • Test
      POST
    • Get Profile
      GET
    • Get Fiscal Device
      GET
    • Subscription
      GET
  • Transactions
    • Submit Invoice
      POST
    • Submit Credit Note
      POST
    • Check Status
      POST
    • Download Pdf
      GET
  • Mappings
    • Tax Mappings
      • Get All TaxMappings
      • Add Tax Mapping
      • Get Specific Tax Mapping
      • Update Tax Mapping
      • Delete Tax Mapping
    • Currency Mappings
      • Supported Currencies
      • Get All CurrencyMappings
      • Add Currency Mapping
      • Get Specific Currency Mapping
      • Update Currency Mapping
      • Delete Currency Mapping
  • Schemas
    • Account
      • Profile
      • FiscalDevice
      • DeviceConfig
      • ApplicableTax
      • BillingPlan
      • BillingStatus
      • Subscription
    • Mappings
      • CurrencyMapping
      • TaxMapping
    • Transactions
      • Invoice
      • CreditNote
      • BuyerContact
      • PaymentMethodType
      • LineItem
      • StatusRequest
    • Date
  1. Account

Test

Developing
Cloud Mock
https://mock.apidog.com/m1/1209598-0-default
Cloud Mock
https://mock.apidog.com/m1/1209598-0-default
POST
/test
Last modified:2026-03-09 09:53:57
This endpoint tests for the validity of your API Key and API secret for any future requests, especially your POST Requests.

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

🟠400Not Found
🟠401Unauthorised
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/1209598-0-default/test' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-App-Station: YOUR_APP_STATION' \
--header 'X-App-Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Date": "2026-03-09T11:51:00"
}'
Response Response Example
200 - Example 1
{
    "Date": "2026-03-09T11:18:01",
    "FullName": "John Smith"
}
Modified at 2026-03-09 09:53:57
Previous
Account
Next
Get Profile
Built with