# Retrieve a specific referrer by its ID Fetch details of a specific referrer within the Property Management System (PMS) using its unique ID. This endpoint returns the referrer information, which includes metadata about the source of referrals. If the referrer is not found, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/referrers/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique ID of the referrer ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the referrer - `code` (string) Code of the referrer - `name` (string) Name of the referrer