Skip to main content
Retrieves a single active and non-deleted company record by its document_id. Supports field selection and relation population via query parameters.

Endpoint

Authentication

This endpoint requires authentication. Include a valid bearer token in the Authorization header. Permission Required: company:find-one

Path Parameters

Query Parameters

Response

Success Response (200 OK)

Returns the requested company record.

Error Responses

400 Bad Request - Invalid field provided or invalid UUID format
401 Unauthorized - Missing or invalid authentication token 403 Forbidden - Insufficient permissions 404 Not Found - Record not found, inactive, or deleted

Examples

Basic Request

With Field Selection

With Relations