The new eTaxGo
    Etaxgo V2 Partner API
    • Default module
    • Etaxgo V2 Partner API
    • Authentication
      • Get access token (OAuth 2.0 Client Credentials)
        POST
    • Documents
      • Create tax document
        POST
      • Get document detail and status
        GET
      • Download signed PDF
        GET
      • List / search documents
        POST
    • Schemas
      • TokenRequest
      • TokenResponse
      • BuyerAddress
      • DocumentLineItem
      • CreateDocumentRequest
      • CreateDocumentResponse
      • DocumentSearchRequest
      • DocumentSearchResponse
      • ErrorResponse

    TokenResponse

    {
        "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
        "token_type": "Bearer",
        "expires_in": 3600
    }
    Built with