# Get affiliate
URL: /docs/api-reference/affiliates/get-affiliate
Description: Retrieves a single affiliate by UUID.

**GET** `https://www.promotekit.com/api/v1/affiliates/{id}`

Retrieves a single affiliate by UUID.

## Authentication

Requires a Bearer token in the `Authorization` header.

## Parameters

- `id` (path): string (uuid) **(required)** - Resource UUID

## Responses

### 200 - Successful response

- `success`: boolean **(required)**
- `data`: object **(required)**

### 400 - Invalid request

- `success`: boolean **(required)**
- `error`: object **(required)**

### 401 - Authentication failed

- `success`: boolean **(required)**
- `error`: object **(required)**

### 404 - Resource not found

- `success`: boolean **(required)**
- `error`: object **(required)**

### 429 - Rate limit exceeded

- `success`: boolean **(required)**
- `error`: object **(required)**