Skip to main content
GET
/
api
/
v1
/
vendors
/
{vendorId}
/
organizations
/
{organizationId}
Get Organization Details
curl --request GET \
  --url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/organizations/{organizationId}
{
  "success": true,
  "timestamp": "2025-04-17T14:23:30Z",
  "message": "<string>",
  "data": {
    "id": "f0e9d8c7-b6a5-4321-fedc-ba9876543210",
    "companyName": "Example Corp",
    "industry": "Technology",
    "contact": {
      "firstName": "Jane",
      "lastName": "Doe",
      "phoneNumber": "+491701234567",
      "country": "DE"
    },
    "plan": {
      "id": "c4a9e3f8-a3b2-4d1c-8b7e-5a9f0d1e2c3b",
      "name": "Standard Tier"
    }
  },
  "traceId": "<string>"
}

Path Parameters

vendorId
string
required

ID of the Vendor (UUID)

organizationId
string
required

ID of the Organization (UUID)

Response

Successfully retrieved organization 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