SendLit logoSendLit Docs
API ReferenceOrganizationsOrganizationidEspsEspidFeedback

Get organization ESP feedback configuration

GET
/organizations/{organizationId}/esps/{espId}/feedback
x-sendlit-apikey<token>

In: header

Path Parameters

organizationId*string
espId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://api.sendlit.dev/organizations/string/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"
}
{
  "error": "string"
}