# GET /api/notifications/destinations/types/metadata

Returns metadata (icon, logo) for all supported destination types.

**Required permissions**: `Notifications.Destinations`  
**Scope**: merchant

**Operation ID:** `GET_api_notifications_destinations_types_metadata`

## Authorization

Requires: Notifications.Destinations, merchant scope.

Required permissions:
- `Notifications.Destinations`

## Parameters

| Name | In | Required | Type | Description |
| --- | --- | --- | --- | --- |
| suppressNulls | query | no | boolean | If true, omit properties with null values. |

## Responses

### 200

OK

**Content type:** `text/plain`

Schema type: `array<WinkPGNotificationsDestinationTypeMetadataDto>`

**Content type:** `application/json`

Schema type: `array<WinkPGNotificationsDestinationTypeMetadataDto>`

**Content type:** `text/json`

Schema type: `array<WinkPGNotificationsDestinationTypeMetadataDto>`

### default

The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

## See also

- [All documentation](https://docs.winkpg.io/llms.txt): the machine-readable index of every public page on this site.
