Skip to main content

Organizasyon Detayı

UUID ile organizasyon detayını getirir (Public endpoint).

Endpoint

GET /api/v1/organizations/\{uuid\}

Authentication

Bu endpoint authentication gerektirmez (public).

Request

Path Parameters

ParametreTipZorunluAçıklama
uuidstringEvetOrganizasyon UUID'si

Response

Success Response (200 OK)

{
"id": 1,
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"organization_name": "CyberCert",
"organization_code": "CYB01",
"legal_name": "CyberCert Ltd.",
"country": "TR",
"city": "Istanbul",
"is_active": true,
"created_at": "2025-11-20T12:00:00.000000Z"
}

Error Responses

404 Not Found

{
"message": "Organization not found"
}

Code Examples

cURL

curl -X GET https://api.example.com/api/v1/organizations/550e8400-e29b-41d4-a716-446655440000

Notes

  • Bu endpoint public'tir, authentication gerektirmez
  • Sadece aktif organizasyonlar görüntülenebilir
  • Pasif veya silinmiş organizasyonlar için 404 döner