Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.useduro.com/portal/email/subscriptions \ --header 'x-portal-session: <api-key>'
{ "merchants": [ { "tenantId": "<string>", "merchantName": "<string>", "subscriptions": [ { "id": "<string>", "status": "<string>", "cancelAtPeriodEnd": true, "currentPeriodEnd": "<string>", "plan": { "id": "<string>", "name": "<string>", "amount": 123, "currency": "<string>", "interval": "<string>", "intervalCount": 123 } } ] } ] }
The session token returned by /portal/email/verify.
OK
Show child attributes
Was this page helpful?