{ "opencollection": "1.0.0", "info": { "name": "hConnect Console - API Keys Workspace API - Apps API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workspace API - Apps", "type": "folder" }, "items": [ { "info": { "name": "List all apps", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.hopae.com/connect/v1/apps", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all applications in the workspace with pagination" }, { "info": { "name": "Create a new app", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.hopae.com/connect/v1/apps", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new application in the workspace" }, { "info": { "name": "Batch create apps", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.hopae.com/connect/v1/apps/batch", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create multiple applications at once in the workspace" }, { "info": { "name": "Get redirect URIs", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/redirect-uris", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the redirect URIs for an application" }, { "info": { "name": "Update redirect URIs", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/redirect-uris", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the redirect URIs for an application" }, { "info": { "name": "Get webhook configuration", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/webhook-config", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the webhook configuration for an application" }, { "info": { "name": "Update webhook configuration", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/webhook-config", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update webhook configuration for an application" }, { "info": { "name": "Rotate webhook secret", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/webhook-config/rotate-secret", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a new webhook secret for an application" }, { "info": { "name": "List activation summaries for all providers on an app", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/providers", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a lightweight per-provider activation state summary for every provider that has been enabled on the app. Useful for rendering a multi-provider dashboard without N round-trips. For detailed per-step info, call GET /apps/:id/providers/:providerId/activation/steps." }, { "info": { "name": "Get app details", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve details of a specific application" }, { "info": { "name": "Patch app", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Partially update an existing application configuration (name, redirect URIs, webhook, default redirects)" }, { "info": { "name": "Delete app", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an application from the workspace" }, { "info": { "name": "Rotate client secret", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.hopae.com/connect/v1/apps/:id/rotate-client-secret", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generates a new clientSecret for the App. The old secret is immediately invalidated. The new secret is returned exactly once." } ] } ], "bundled": true }