# Get SubCategories and AdditionalCategories

```http
GET https://api.synup.com/api/v4/sub-categories
```

This API retrieves a list of the latest subcategories and additional categories available in the system.

Source: https://developer.synup.com/api/locations/get-sub-categories-and-additional-categories

## Example request

```bash
curl -X GET 'https://api.synup.com/api/v4/sub-categories' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` | Successfully retrieved categories. |
| `401` | Unauthorized. Invalid or missing API key. |
| `500` | Internal Server Error. |
