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

    CreateDocumentResponse

    {
        "data": {
            "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
            "documentNo": "string",
            "jobTaskId": "04be64c8-8dbd-4b8f-b8b7-3037e77aedad",
            "status": "Pending",
            "warnings": [
                "string"
            ]
        },
        "success": true
    }
    Built with