API ReferenceTeamsTeamidKeysKeyid
Revoke an API key by its id
x-sendlit-apikey<token>
In: header
Path Parameters
teamId*string
keyId*string
Response Body
application/json
curl -X DELETE "https://api.sendlit.dev/teams/string/keys/string"Empty
{
"error": "string"
}Create a new API key for a team POST
The response's `key` field is the full secret and is only ever returned once — store it securely. Subsequent listings only expose the key's prefix.
List email templates GET
Returns team-owned templates with their immutable purpose and server-computed requiredVariables. Optionally filter by purpose.