SendLit logoSendLit Docs
API ReferenceSettingsEspsEspidFeedback

Get a user ESP's delivery-feedback connection

Returns null when feedback hasn't been configured for this ESP yet.

GET
/settings/esps/{espId}/feedback

Returns null when feedback hasn't been configured for this ESP yet.

x-sendlit-apikey<token>

In: header

Path Parameters

espId*string

Response Body

application/json

application/json

curl -X GET "https://api.sendlit.dev/settings/esps/string/feedback"
{
  "connectionId": "string",
  "espId": "string",
  "provider": "string",
  "webhookUrl": "string",
  "hasCredential": true,
  "status": "pending",
  "lastReceivedAt": "string",
  "lastVerifiedAt": "string",
  "lastErrorCode": "string",
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "error": "string"
}