latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
stripe
List all Stripe integrations
Retrieves the current Stripe integration configurations for a specific integration type in the project. Returns configuration details and status information.
get/integrations/stripe
Response
OK
Example response
{
"data": [
{
"config": {
"webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
},
"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
}
}