Skip to main content
GET
/
api
/
v1
/
vendors
/
{vendorId}
Get Vendor Details
curl --request GET \
  --url https://app.phonebot.io:80/api/v1/vendors/{vendorId}
{
  "success": true,
  "timestamp": "2025-04-17T14:23:30Z",
  "message": "<string>",
  "data": {
    "id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
    "name": "ACME Corporation",
    "organizations": [
      {
        "id": "f0e9d8c7-b6a5-4321-fedc-ba9876543210",
        "companyName": "Example Corp"
      }
    ]
  },
  "traceId": "<string>"
}

Path Parameters

vendorId
string
required

ID of the Vendor (UUID)

Response

Successfully retrieved vendor details

Standard API response wrapper

success
boolean
required

Indicates if the request was successful

Example:

true

timestamp
string<date-time>
required

Response timestamp in ISO-8601 format

Example:

"2025-04-17T14:23:30Z"

message
string

Human-readable message

data
object

Payload data object

traceId
string

Correlation or trace ID