latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
mailgun
channel/email
List all Mailgun integrations
Retrieves the current Mailgun integration configurations for a specific integration type in the project. Returns configuration details and status information.
get/integrations/mailgun
Response
OK
Example response
{
"data": [
{
"config": {
"api_key": "key-3ax6xnjp29jd6fds4gc373sgvjxteol0",
"domain": "example.com",
"from": {
"email": "hello@example.com",
"name": "Example"
},
"region": "us"
},
"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
}
}