EmailSender Catalog
string · uuid · requiredstring · uuidstringstringstringstringstringstringinteger
string · uuid · requiredstringstringstringstringstringstring
string · requiredstring · requiredstringstringstringstring
providers
Email provider configuration entities
Get a single email provider by UUID
GET
http://localhost:3002
/api/v1/entities/providers/{uuid}
Bearer (JWT)
or
X-API-Key (header)
Returns the full details of a single email provider configuration, including the API key.
path Parameters
uuidProvider UUID
Get a single email provider by UUID › Responses
Provider details
uuidproviderapi_keyapi_endpointfrom_emailfrom_namereply_toversionUpdate an email provider by UUID
PUT
http://localhost:3002
/api/v1/entities/providers/{uuid}
Bearer (JWT)
or
X-API-Key (header)
Updates the configuration of an existing email provider. All fields are replaced.
path Parameters
uuidProvider UUID
Update an email provider by UUID › Request Body
providerapi_keyapi_endpointfrom_emailfrom_namereply_toUpdate an email provider by UUID › Responses
Provider updated
No data returned
Create a new email provider
POST
http://localhost:3002
/api/v1/entities/providers
Bearer (JWT)
or
X-API-Key (header)
Creates a new email provider configuration with API key, endpoint, and sender settings.
Create a new email provider › Request Body
providerapi_keyapi_endpointfrom_emailfrom_namereply_toCreate a new email provider › Responses
Provider created
No data returned