{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts SmsProviderCredentials API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "SmsProviderCredentials", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Brand Sms Provider Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/sms-providers/orgs/:orgId/brands/:brandId/provider-credentials", "params": [ { "name": "orgId", "value": "500123", "type": "path", "description": "The org id path parameter." }, { "name": "brandId", "value": "500123", "type": "path", "description": "The brand id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Brand Sms Provider Credentials via the Flipdish Open API v1.0 (GET /api/v1.0/sms-providers/orgs/{orgId}/brands/{brandId}/provider-credentials)." }, { "info": { "name": "Flipdish Get Brand Sms Provider Credential by Service Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/sms-providers/orgs/:orgId/brands/:brandId/provider-credentials/:serviceType", "params": [ { "name": "orgId", "value": "500123", "type": "path", "description": "The org id path parameter." }, { "name": "brandId", "value": "500123", "type": "path", "description": "The brand id path parameter." }, { "name": "serviceType", "value": "Nexmo", "type": "path", "description": "The service type path parameter." }, { "name": "withFallback", "value": "true", "type": "query", "description": "The with fallback query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Brand Sms Provider Credential by Service Type via the Flipdish Open API v1.0 (GET /api/v1.0/sms-providers/orgs/{orgId}/brands/{brandId}/provider-credentials/{serviceType})." }, { "info": { "name": "Flipdish Sms Provider Credential Update", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/sms-providers/orgs/:orgId/brands/:brandId/provider-credentials/:serviceType", "params": [ { "name": "orgId", "value": "500123", "type": "path", "description": "The org id path parameter." }, { "name": "brandId", "value": "500123", "type": "path", "description": "The brand id path parameter." }, { "name": "serviceType", "value": "Nexmo", "type": "path", "description": "The service type path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Sms Provider Credential Update via the Flipdish Open API v1.0 (POST /api/v1.0/sms-providers/orgs/{orgId}/brands/{brandId}/provider-credentials/{serviceType})." }, { "info": { "name": "Flipdish Sms Provider Credential Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/sms-providers/orgs/:orgId/brands/:brandId/provider-credentials/:serviceType", "params": [ { "name": "orgId", "value": "500123", "type": "path", "description": "The org id path parameter." }, { "name": "brandId", "value": "500123", "type": "path", "description": "The brand id path parameter." }, { "name": "serviceType", "value": "Nexmo", "type": "path", "description": "The service type path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Sms Provider Credential Delete via the Flipdish Open API v1.0 (DELETE /api/v1.0/sms-providers/orgs/{orgId}/brands/{brandId}/provider-credentials/{serviceType})." }, { "info": { "name": "Flipdish Sms Provider Credentials Bulk Upsert", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/sms-providers/bulk-upsert", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Sms Provider Credentials Bulk Upsert via the Flipdish Open API v1.0 (POST /api/v1.0/sms-providers/bulk-upsert)." } ] } ], "bundled": true }