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

    TokenRequest

    {
        "client_id": "<Your-Client-Id>",
        "client_secret": "<Your-Client-Secret>",
        "grant_type": "client_credentials"
    }
    Built with