API ReferenceSettingsEspsEspid
Get a user-managed ESP configuration
x-sendlit-apikey<token>
In: header
Path Parameters
espId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.sendlit.dev/settings/esps/string"{
"espId": "string",
"name": "string",
"provider": "string",
"host": "string",
"port": 0,
"secure": true,
"username": "string",
"hasPassword": true,
"fromName": "string",
"fromEmail": "string",
"status": "draft",
"secretVersion": 0,
"lastTestedAt": "string",
"lastTestStatus": "success",
"lastTestError": "string",
"activatedAt": "string",
"drainUntil": "string",
"retiredAt": "string",
"updatedAt": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}