# Get authorized email recipients for a sandbox domain

Get webhook signing key saved on the account

Endpoint: GET /v5/sandbox/auth_recipients
Version: 3.0.0
Security: basicAuth

## Response 200 fields (application/json):

  - `recipients` (array)

  - `recipients.email` (string)
    Email address of sandbox domain recipient

  - `recipients.activated` (boolean)
    Activated/verified status of the recipient


