API ReferenceSettingsEspsEspidFeedback
Get a user ESP's delivery-feedback connection
Returns null when feedback hasn't been configured for this ESP yet.
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"
}Disable a user ESP's delivery-feedback connection DELETE
Previous Page
Create or rotate a user ESP's delivery-feedback connection PUT
Creates the connection (and its stable webhook URL) on first call; a later call rotates the credential without changing the URL. The provider is always the ESP's current provider, not client-writable.