SendLit logoSendLit Docs
API ReferenceOrganizationsOrganizationidDelivery policy

Get organization delivery policy

GET
/organizations/{organizationId}/delivery-policy
x-sendlit-apikey<token>

In: header

Path Parameters

organizationId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://api.sendlit.dev/organizations/string/delivery-policy"
{
  "defaultEspId": "string",
  "autoGrantDefaultEsp": true,
  "defaultDailyLimit": 0,
  "defaultMonthlyLimit": 0,
  "aggregateDailyLimit": 0,
  "aggregateMonthlyLimit": 0,
  "teamEspEnabledByDefault": true,
  "teamCanChangeDefault": true,
  "updatedAt": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}