{ "opencollection": "1.0.0", "info": { "name": "Didomi consents/events Integrations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Mint JWT token for custodial platform integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.didomi.io/v1/platform-integrations/sessions", "headers": [ { "name": "X-Shopify-Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates using platform-specific session token (e.g., Shopify Session Token) and returns a session response with a short-lived JWT token for accessing Didomi Admin API resources. The token is scoped to the integration's role (external-integrations-notices-manager) and organization. Only custodial integrations are supported." } ] } ], "bundled": true }