Skip to main content
POST
/
email
/
sending-identities
/
{identity}
/
restore
Restore sender
curl --request POST \
  --url https://www.dench.com/api/v1/email/sending-identities/{identity}/restore \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "restored": [
    {
      "identityId": "esi_abc123",
      "fromEmail": "founder@example.com",
      "disabled": false
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

identity
string
required

Identity id, sender email, or domain.

Response

Successful response

ok
boolean
required
restored
object[]
required