# Get Secret

***

### <mark style="color:green;">GET</mark> /webhook/secret

{% hint style="info" %}
**Request**
{% endhint %}

```bash
curl -v --location --request GET 'https://sandbox.smartfastpay.com/webhook/secret' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer <Access-Token>' \'
```

{% hint style="info" %}
Response
{% endhint %}

```bash
{
    "requestId": "4602ded8-9377-44a5-b29a-1fa9ea788dd2",
    "data": {
        "secret": "b52473b92-122c-4322-ad3b-0c9e6c378e54"
    }
}
```

{% hint style="info" %}
**Response details**
{% endhint %}

<table><thead><tr><th width="131">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:red;"><code>secret</code></mark></td><td>Secret to use in Webhook Signature.</td></tr></tbody></table>
