The new eTaxGo
    Default module
    • Default module
    • Etaxgo V2 Partner API
    • Authentication
      • Get access token (OAuth 2.0 Client Credentials)
        POST
    • Documents
      • Full document detail + line items + linked docs
        GET
      • Stream signed PDF from blob storage
        GET
      • Create tax document with generation pipeline
        POST
    • Dashboard
      • Advanced document search with date range
        POST
    • Schemas
      • test
      • CreateDocumentResponse
      • ErrorResponse
      • OAuthTokenResponse
      • PaginatedResponse
      • PaginationMeta
      • SubmitDocumentRequest
      • TokenRequest

    ErrorResponse

    {
        "data": null,
        "error": {
            "code": "VALIDATION_FAILED",
            "message": "string"
        },
        "success": false
    }
    Built with