latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
ses
channel/email
List all Amazon SES integrations
Retrieves the current Amazon SES integration configurations for a specific integration type in the project. Returns configuration details and status information.
get/integrations/ses
Response
OK
Example response
{
"data": [
{
"config": {
"from": {
"email": "company@example.com",
"name": "Company Name"
},
"key_id": "MY_FAKE_AWS_ACCESS_KEY_ID",
"region": "eu-west-1",
"secret_key": "MY_FAKE_AWS_SECRET_KEY"
},
"id": "123",
"name": "<provider-name>"
}
],
"links": {
"first": "https://api.magicbell.com/v1/example",
"next": "https://api.magicbell.com/v1/example?page_next=abc",
"prev": null
}
}