Retrieves detailed information about a specific organization, including contact info and associated plan.
cURL
curl --request GET \ --url https://app.deepslate.eu: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>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
Successfully retrieved organization details
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
Show child attributes
Correlation or trace ID
Was this page helpful?