Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. Document Management
  • Auth Request
    • Auth Token
      POST
  • Document Management
    • Validate Documents
      • Validate Documents Json
    • Delivery Service
      • Delivery Service Resend
    • Create Document JSON
      POST
    • List Sellers
      GET
    • Create Tax Invoice
      POST
    • Update Tax Invoice
      PUT
    • Create Debit Note
      POST
    • Create Credit Note
      POST
    • Create Invoice
      POST
    • Create Receipt
      POST
    • Create Invoice and Tax Invoice
      POST
    • Create Receipt and Tax Invoice
      POST
    • Create Delivery Order and Tax Invoice
      POST
    • Create Abbreviated Tax Invoice
      POST
    • Create Receipt Abbreviated Tax Invoice
      POST
    • Document Raw Data
      POST
    • Download Document
      POST
    • Download Document By Id
      GET
    • Get Batch By Id
      GET
    • List Provinces
      GET
    • List Districts
      GET
    • List Sub Districts
      GET
    • List Posts
      GET
  1. Document Management

List Sellers

GET
https://api.gofive.co.th/etaxgo/Documents/Sellers

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gofive.co.th/etaxgo/Documents/Sellers'

Responses

ðŸŸĒ200Success
application/json
Body

Example
{
    "status": {
        "isSuccess": true
    },
    "data": {
        "companyAddresses": [
            {
                "companyName": "āļšāļĢāļīāļĐāļąāļ— āļ•āļąāļ§āļ­āļĒāđˆāļēāļ‡ āļˆāļģāļāļąāļ”",
                "taxId": "1234567890123",
                "branchCode": "00001",
                "phoneNumber": "+66912345678",
                "address1": "123/45 āļŦāļĄāļđāđˆ 8 āļšāļēāļ‡āđāļŠāļ™ āđ€āļĄāļ·āļ­āļ‡āļŠāļĨāļšāļļāļĢāļĩ āļŠāļĨāļšāļļāļĢāļĩ 20130",
                "address2": "āļŠāļąāđ‰āļ™ 2 āļ­āļēāļ„āļēāļĢ B",
                "cityName": "āļŠāļĨāļšāļļāļĢāļĩ",
                "subDistrict": "āļšāļēāļ‡āđāļŠāļ™",
                "district": "āđ€āļĄāļ·āļ­āļ‡āļŠāļĨāļšāļļāļĢāļĩ",
                "province": "āļŠāļĨāļšāļļāļĢāļĩ",
                "postCode": "20130"
            }
        ]
    }
}
🟠401Unauthorized
🟠401User authentication required V2.
Modified at 2025-01-16 04:16:15
Previous
Create Document JSON
Next
Create Tax Invoice
Built with