{ "opencollection": "1.0.0", "info": { "name": "Databento OpenAPI specification", "version": "0.167.1" }, "items": [ { "info": { "name": "Default", "type": "folder" }, "items": [ { "info": { "name": "Read Api Root", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/" }, "docs": "Read Api Root" } ] }, { "info": { "name": "analytics", "type": "folder" }, "items": [ { "info": { "name": "Create Usage Collect Entry", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/analytics/collect", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Usage Collect Entry" } ] }, { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/login", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Login" }, { "info": { "name": "Logout", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/logout", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Logout" }, { "info": { "name": "Recover Account", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/recover/:email", "params": [ { "name": "email", "value": "", "type": "path" } ] }, "docs": "Recover Account" }, { "info": { "name": "Reset Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/reset-password", "body": { "type": "json", "data": "{}" } }, "docs": "Reset Password" }, { "info": { "name": "Confirm Email Resend", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/confirm-email-resend", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Confirm Email Resend" }, { "info": { "name": "Confirm Email Otp", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/confirm-email-otp", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Confirm Email Otp" }, { "info": { "name": "Confirm Email Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/confirm-email-token", "body": { "type": "json", "data": "{}" } }, "docs": "Confirm Email Token" }, { "info": { "name": "Authenticate Cram", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/cram", "params": [ { "name": "challenge", "value": "", "type": "query" }, { "name": "user_reply", "value": "", "type": "query" }, { "name": "dataset", "value": "", "type": "query" }, { "name": "caller_pid", "value": "", "type": "query" } ] }, "docs": "Authenticate Cram" }, { "info": { "name": "Test Access Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/test", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Test Access Token" }, { "info": { "name": "Test Permissive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/auth/test-permissive" }, "docs": "Test Permissive" }, { "info": { "name": "Generate Frill Sso Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/auth/frill_user_token/:board", "params": [ { "name": "board", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generate Frill Sso Token" }, { "info": { "name": "Generate Intercom User Hmac", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/auth/intercom_user_hmac", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generate Intercom User Hmac" } ] }, { "info": { "name": "batch", "type": "folder" }, "items": [ { "info": { "name": "List Batch Jobs With Auth Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/me", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Batch Jobs With Auth Token" }, { "info": { "name": "Submit Batch Request With Token Auth", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/batch/me", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "stype_out", "value": "", "type": "query" }, { "name": "compression", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "pretty_px", "value": "", "type": "query" }, { "name": "pretty_ts", "value": "", "type": "query" }, { "name": "map_symbols", "value": "", "type": "query" }, { "name": "split_symbols", "value": "", "type": "query" }, { "name": "split_duration", "value": "", "type": "query" }, { "name": "split_size", "value": "", "type": "query" }, { "name": "packaging", "value": "", "type": "query" }, { "name": "delivery", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit Batch Request With Token Auth" }, { "info": { "name": "Submit Batch Request With Basic Auth", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/batch.submit_job", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Submit Batch Request With Basic Auth" }, { "info": { "name": "List Batch Jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch.list_jobs", "params": [ { "name": "states", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "short", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "List Batch Jobs" }, { "info": { "name": "Get Job Progress By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/progress/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Job Progress By Id" }, { "info": { "name": "Get Batch Files For Job", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/files/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "protocol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Batch Files For Job" }, { "info": { "name": "List Batch Job Files With Basic Auth", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch.list_files", "params": [ { "name": "job_id", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Batch Job Files With Basic Auth" }, { "info": { "name": "Get Job Description By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/me/job_description/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "instrument_name", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Job Description By Id" }, { "info": { "name": "Download Batch File With Token Auth", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/me/download/:job_id/:filename", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Download Batch File With Token Auth" }, { "info": { "name": "Download Batch Zip", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch.download", "params": [ { "name": "job_id", "value": "", "type": "query" } ] }, "docs": "Download Batch Zip" }, { "info": { "name": "Download Batch File With Basic Auth", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/download/:user_id/:job_id/:filename", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "job_id", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Download Batch File With Basic Auth" }, { "info": { "name": "Get Batch Job Display Mappings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/batch/display", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Batch Job Display Mappings" }, { "info": { "name": "Quote Batch Request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/batch/quote_job", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "stype_out", "value": "", "type": "query" }, { "name": "compression", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "split_symbols", "value": "", "type": "query" }, { "name": "split_duration", "value": "", "type": "query" }, { "name": "split_size", "value": "", "type": "query" }, { "name": "packaging", "value": "", "type": "query" }, { "name": "map_symbols", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Quote Batch Request" }, { "info": { "name": "Quote User Batch Request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/batch/quote_user_job", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "stype_out", "value": "", "type": "query" }, { "name": "compression", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "split_symbols", "value": "", "type": "query" }, { "name": "split_duration", "value": "", "type": "query" }, { "name": "split_size", "value": "", "type": "query" }, { "name": "packaging", "value": "", "type": "query" }, { "name": "map_symbols", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Quote User Batch Request" } ] }, { "info": { "name": "billing", "type": "folder" }, "items": [ { "info": { "name": "Get Dashboard Data", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/dashboard", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Dashboard Data" }, { "info": { "name": "List Invoice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/invoices", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Invoice" }, { "info": { "name": "Upcoming Invoice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/upcoming_invoice", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upcoming Invoice" }, { "info": { "name": "Get Invoice Detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/invoice/:invoice_id", "params": [ { "name": "invoice_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Invoice Detail" }, { "info": { "name": "Events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/events", "headers": [ { "name": "stripe-signature", "value": "" } ] }, "docs": "Events" }, { "info": { "name": "Tin Updated", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/tin" }, "docs": "Tin Updated" }, { "info": { "name": "Get Credit Activity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/credits", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Credit Activity" }, { "info": { "name": "Read Team Budget", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/team_budget", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Team Budget" }, { "info": { "name": "Change Team Budget", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/team_budget", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Change Team Budget" }, { "info": { "name": "Check Team Unpaid Invoice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/unpaid_invoice", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Check Team Unpaid Invoice" }, { "info": { "name": "Download Invoice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/invoice/download/:invoice_id", "params": [ { "name": "invoice_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Download Invoice" }, { "info": { "name": "Check Premium Service Activation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/premiumservice/activate/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Check Premium Service Activation" }, { "info": { "name": "Activate Premium Service", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/premiumservice/activate/:service_id", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Activate Premium Service" }, { "info": { "name": "Display Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/billing/subscriptions", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Display Subscriptions" }, { "info": { "name": "Cancel Premium Service", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/premiumservice/cancel/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Cancel Premium Service" }, { "info": { "name": "Redeem Credit Code", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/billing/redeem_credit_code", "params": [ { "name": "code", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Redeem Credit Code" } ] }, { "info": { "name": "dataset", "type": "folder" }, "items": [ { "info": { "name": "Get Dataset File Sample", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/sample/download/:dataset/:schema", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "schema", "value": "", "type": "path" }, { "name": "sample_type", "value": "", "type": "query" } ] }, "docs": "Get Dataset File Sample" }, { "info": { "name": "Get Dataset Sample", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/sample", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "pretty_px", "value": "", "type": "query" }, { "name": "pretty_ts", "value": "", "type": "query" }, { "name": "map_symbols", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Sample" }, { "info": { "name": "Get Dataset Profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/dataset-profile/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Profile" }, { "info": { "name": "Get Dataset Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/dataset-details/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Details" }, { "info": { "name": "Get All Schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/schemas", "params": [ { "name": "slim", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get All Schemas" }, { "info": { "name": "Get Dataset Supported Schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/schema/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" }, { "name": "slim", "value": "", "type": "query" }, { "name": "unit_price", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Supported Schemas" }, { "info": { "name": "Get Dataset Catalog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/catalog", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Catalog" }, { "info": { "name": "Get Service Offering Catalog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/service/catalog", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Service Offering Catalog" }, { "info": { "name": "Get Dataset Backlog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/backlog", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Dataset Backlog" }, { "info": { "name": "Get Upcoming Services", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/service/backlog", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Upcoming Services" }, { "info": { "name": "Dataset Availability Period", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/:dataset/availability", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Dataset Availability Period" }, { "info": { "name": "Get Instrument List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/instrument_profile/:dataset", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Instrument List" }, { "info": { "name": "Get Instrument Detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/instrument_detail/:dataset", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "search_by", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "desc", "value": "", "type": "query" }, { "name": "asset_class", "value": "", "type": "query" }, { "name": "sector", "value": "", "type": "query" }, { "name": "product_group", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Instrument Detail" }, { "info": { "name": "Quote Data Request", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/quote", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Quote Data Request" }, { "info": { "name": "Search Instrument", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "asset_class", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "publisher", "value": "", "type": "query" }, { "name": "dataset", "value": "", "type": "query" }, { "name": "venue", "value": "", "type": "query" }, { "name": "region", "value": "", "type": "query" }, { "name": "available_history", "value": "", "type": "query" } ] }, "docs": "Search Instrument" }, { "info": { "name": "Maintenance Event", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/dataset/maintenance" }, "docs": "Maintenance Event" }, { "info": { "name": "Get Service Offerings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/dataset/service_offerings/:service_group", "params": [ { "name": "service_group", "value": "", "type": "path" } ] }, "docs": "Get Service Offerings" } ] }, { "info": { "name": "display", "type": "folder" }, "items": [ { "info": { "name": "Get Search Bar Config", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/display/configuration" }, "docs": "Get Search Bar Config" } ] }, { "info": { "name": "docs", "type": "folder" }, "items": [ { "info": { "name": "Docs Search Combo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/docs/search", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Docs Search Combo" }, { "info": { "name": "Docs Search Combo V3", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/docs/search_v3", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Docs Search Combo V3" }, { "info": { "name": "Docs Download", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/docs/download", "params": [ { "name": "language", "value": "", "type": "query" }, { "name": "buildId", "value": "", "type": "query" }, { "name": "onePage", "value": "", "type": "query" }, { "name": "ai-assets", "value": "", "type": "query" } ] }, "docs": "Docs Download" } ] }, { "info": { "name": "instrument", "type": "folder" }, "items": [ { "info": { "name": "Get Instrument List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/instrument/instrument_list", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "asset_class", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "desc", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Get Instrument List" }, { "info": { "name": "Get Related Datasets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/instrument/related-datasets/:dataset/:asset_class/:instrument", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "asset_class", "value": "", "type": "path" }, { "name": "instrument", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Related Datasets" }, { "info": { "name": "Validate Instrument", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/instrument/validate/:dataset/:asset_class/:instrument", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "asset_class", "value": "", "type": "path" }, { "name": "instrument", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Validate Instrument" } ] }, { "info": { "name": "latency", "type": "folder" }, "items": [ { "info": { "name": "Get Latency Histogram", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/histogram/:datacenter", "params": [ { "name": "datacenter", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "location", "value": "", "type": "query" }, { "name": "dataset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Latency Histogram" }, { "info": { "name": "Get Last Latency Json", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/last.json", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Last Latency Json" }, { "info": { "name": "Get Last Latency Text", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/last.txt", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Last Latency Text" }, { "info": { "name": "Get Latency Chart", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/chart", "params": [ { "name": "datacenter", "value": "", "type": "query" }, { "name": "location", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Latency Chart" }, { "info": { "name": "Get Latency Percentile History", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/percentile_history", "params": [ { "name": "datacenter", "value": "", "type": "query" }, { "name": "location", "value": "", "type": "query" }, { "name": "histogram_type", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "dataset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Latency Percentile History" }, { "info": { "name": "Get Valid Arguments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/latency/valid_arguments", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Valid Arguments" } ] }, { "info": { "name": "licensing", "type": "folder" }, "items": [ { "info": { "name": "Get Data Licensing View", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/me", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Licensing View" }, { "info": { "name": "Get Available Data Licenses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/available_licenses", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Available Data Licenses" }, { "info": { "name": "Get Data Licensing Subscription Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/me/status", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Licensing Subscription Status" }, { "info": { "name": "Get Public Licensing Document", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/documents/:group/:filename", "params": [ { "name": "group", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" }, { "name": "download", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Public Licensing Document" }, { "info": { "name": "Get Data License Template", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/templates/:provider/:filename", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" }, { "name": "download", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data License Template" }, { "info": { "name": "Get Pdf Preview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/me/preview", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Pdf Preview" }, { "info": { "name": "Download License File", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/licensing/me/files/:provider/:name/:kind/:date", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" }, { "name": "kind", "value": "", "type": "path" }, { "name": "date", "value": "", "type": "path" }, { "name": "download", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Download License File" }, { "info": { "name": "Upload License Files", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/licensing/me/files/:provider/:name/:kind/:date", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" }, { "name": "kind", "value": "", "type": "path" }, { "name": "date", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upload License Files" }, { "info": { "name": "Submit New Data License Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/licensing/me/subscriptions", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit New Data License Subscription" }, { "info": { "name": "Terminate A Data License Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/licensing/me/subscriptions/:provider/:name", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Terminate A Data License Subscription" }, { "info": { "name": "Upgrade Reference Data Additional Symbols", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/licensing/me/subscriptions/reference/upgrade", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upgrade Reference Data Additional Symbols" }, { "info": { "name": "Quote Reference Data License Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/licensing/me/subscriptions/reference/quote", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Quote Reference Data License Subscription" }, { "info": { "name": "New License Survey", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/licensing/me/survey", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "New License Survey" } ] }, { "info": { "name": "metadata", "type": "folder" }, "items": [ { "info": { "name": "List Publishers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.list_publishers", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Publishers" }, { "info": { "name": "List Available Datasets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.list_datasets", "params": [ { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Available Datasets" }, { "info": { "name": "List Available Schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.list_schemas", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Available Schemas" }, { "info": { "name": "List Available Fields", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.list_fields", "params": [ { "name": "schema", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Available Fields" }, { "info": { "name": "List Unit Prices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.list_unit_prices", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List Unit Prices" }, { "info": { "name": "Get Dataset Range", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.get_dataset_range", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Dataset Range" }, { "info": { "name": "Get Dataset Condition", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.get_dataset_condition", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Dataset Condition" }, { "info": { "name": "Get Record Count", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.get_record_count", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Record Count" }, { "info": { "name": "Post Get Record Count", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/metadata.get_record_count", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post Get Record Count" }, { "info": { "name": "Get Billable Size", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.get_billable_size", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Billable Size" }, { "info": { "name": "Post Get Billable Size", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/metadata.get_billable_size", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post Get Billable Size" }, { "info": { "name": "Get Cost", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/metadata.get_cost", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Cost" }, { "info": { "name": "Post Get Cost", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/metadata.get_cost", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post Get Cost" } ] }, { "info": { "name": "registration", "type": "folder" }, "items": [ { "info": { "name": "Peek Team Invitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/registration/teams/invitation/peek", "params": [ { "name": "invitation_code", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Peek Team Invitation" }, { "info": { "name": "Close Trial", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/teams/close_trial", "params": [ { "name": "payment_method", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Close Trial" }, { "info": { "name": "Claim Trial Invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/teams/claim_trial", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Claim Trial Invitation" }, { "info": { "name": "Complete Team Invitation Registration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/teams/:invitation_code/complete", "params": [ { "name": "invitation_code", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete Team Invitation Registration" }, { "info": { "name": "Register Account", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/register", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Register Account" }, { "info": { "name": "Get Contact For User Signup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/registration/register/contact", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Contact For User Signup" }, { "info": { "name": "Add Contact For User Signup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/register/contact", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Contact For User Signup" }, { "info": { "name": "Add Billing To Signup Wizard", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/register/billing", "params": [ { "name": "same", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Billing To Signup Wizard" }, { "info": { "name": "Complete Signup Wizard", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/registration/register/complete", "params": [ { "name": "payment_method", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Complete Signup Wizard" }, { "info": { "name": "Test Registration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/registration/register/test", "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Test Registration" } ] }, { "info": { "name": "symbology", "type": "folder" }, "items": [ { "info": { "name": "Get Resolve Symbology Mappings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/symbology.resolve", "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "stype_out", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Resolve Symbology Mappings" }, { "info": { "name": "Post Resolve Symbology Mappings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/symbology.resolve", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post Resolve Symbology Mappings" } ] }, { "info": { "name": "teams", "type": "folder" }, "items": [ { "info": { "name": "Get Team Members View", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/members", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Members View" }, { "info": { "name": "Get Team Member", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/members/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Member" }, { "info": { "name": "Update Team Member", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v0/teams/me/members/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Team Member" }, { "info": { "name": "Delete Member", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/teams/me/members/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Member" }, { "info": { "name": "Get Team Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Details" }, { "info": { "name": "Update Team Details", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v0/teams/me", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Team Details" }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/teams/me", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Team" }, { "info": { "name": "Get Contact", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/contact", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Contact" }, { "info": { "name": "Update Contact", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/teams/me/contact", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Contact" }, { "info": { "name": "Invite New Members", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/teams/me/members/invitations", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Invite New Members" }, { "info": { "name": "Edit Existing Invitation", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/teams/me/members/invitations", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Edit Existing Invitation" }, { "info": { "name": "Resend Existing Invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/teams/me/members/invitations/resent/:email", "params": [ { "name": "email", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Resend Existing Invitation" }, { "info": { "name": "Cancel Existing Invitation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/teams/me/members/invitations/:email", "params": [ { "name": "email", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Cancel Existing Invitation" }, { "info": { "name": "Transfer Team Ownership", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/teams/me/members/owner/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Transfer Team Ownership" }, { "info": { "name": "Get Team Delete Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/delete_status", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Delete Status" }, { "info": { "name": "Get Billing Preference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/billing_preference", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Billing Preference" }, { "info": { "name": "Update Billing Preference", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/teams/me/billing_preference", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Billing Preference" }, { "info": { "name": "Get Team Trial", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/teams/me/trial", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Trial" } ] }, { "info": { "name": "timeseries", "type": "folder" }, "items": [ { "info": { "name": "Get Range", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/timeseries.get_range", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "dataset", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "symbols", "value": "", "type": "query" }, { "name": "stype_in", "value": "", "type": "query" }, { "name": "stype_out", "value": "", "type": "query" }, { "name": "schema", "value": "", "type": "query" }, { "name": "encoding", "value": "", "type": "query" }, { "name": "compression", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "pretty_px", "value": "", "type": "query" }, { "name": "pretty_ts", "value": "", "type": "query" }, { "name": "map_symbols", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Range" }, { "info": { "name": "Post Get Range", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/timeseries.get_range", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post Get Range" } ] }, { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "Read Current User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Current User" }, { "info": { "name": "Update Current User Name", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/name", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Current User Name" }, { "info": { "name": "Get Email Update Intent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/email_update_intent", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Email Update Intent" }, { "info": { "name": "Create Email Update Intent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/email_update_intent", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Email Update Intent" }, { "info": { "name": "Delete Email Update Intent", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/users/me/email_update_intent", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Email Update Intent" }, { "info": { "name": "Get Email Update Intent Detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/email_update", "params": [ { "name": "request_id", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Get Email Update Intent Detail" }, { "info": { "name": "Update User Email", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/email_update", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update User Email" }, { "info": { "name": "Update Current User Password", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/password", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Current User Password" }, { "info": { "name": "Read Current User Keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/keys", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Current User Keys" }, { "info": { "name": "Create Current User Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/keys", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Current User Key" }, { "info": { "name": "Read Current User Key By Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Current User Key By Name" }, { "info": { "name": "Update Current User Key By Name", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Current User Key By Name" }, { "info": { "name": "Delete Current User Key By Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/users/me/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Current User Key By Name" }, { "info": { "name": "Rotate Current User Key By Name", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/keys/:name/rotate", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Rotate Current User Key By Name" }, { "info": { "name": "List Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/settings", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Settings" }, { "info": { "name": "Update Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/settings", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Settings" }, { "info": { "name": "List Tutorials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/tutorials", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Tutorials" }, { "info": { "name": "Update Tutorial Completed", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/tutorials/:tutorial_id/completed", "params": [ { "name": "tutorial_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Tutorial Completed" }, { "info": { "name": "Billing Capture", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/billing", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Billing Capture" }, { "info": { "name": "Add Payment Card", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/add_card", "params": [ { "name": "payment_method", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Payment Card" }, { "info": { "name": "Update Default", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/update_default", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Default" }, { "info": { "name": "Edit Card", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/edit_card", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Edit Card" }, { "info": { "name": "List Cards", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/list_cards", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Cards" }, { "info": { "name": "Delete Card", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/delete_card", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Card" }, { "info": { "name": "Read Cart", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/cart", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Cart" }, { "info": { "name": "Save Cart", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/cart", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Save Cart" }, { "info": { "name": "Read Notifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/notifications", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Notifications" }, { "info": { "name": "Read And Update Notifications", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/notifications/read", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read And Update Notifications" }, { "info": { "name": "Mark Notifications As Read", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/notifications/mark_as_read", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Mark Notifications As Read" }, { "info": { "name": "Has Unread Notifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/notifications/has_unread", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Has Unread Notifications" }, { "info": { "name": "Clear Notifications", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/me/notifications/clear", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Clear Notifications" }, { "info": { "name": "Get Alert Messages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/users/me/alerts", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Alert Messages" }, { "info": { "name": "Dismiss An Alert Message", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v0/users/me/alerts/dismissed/:msg_id", "params": [ { "name": "msg_id", "value": "", "type": "path" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Dismiss An Alert Message" }, { "info": { "name": "Clear Dismissed State", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v0/users/me/alerts/dismissed", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Clear Dismissed State" }, { "info": { "name": "Create Sales Inquiry", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/sales_inquiry", "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Sales Inquiry" }, { "info": { "name": "Calendly Meeting Scheduled", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/users/calendly_meeting_scheduled", "headers": [ { "name": "calendly-webhook-signature", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ] }, "docs": "Calendly Meeting Scheduled" } ] }, { "info": { "name": "usage", "type": "folder" }, "items": [ { "info": { "name": "Get Request Time Creation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/request_timestamps", "params": [ { "name": "request_ids", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Request Time Creation" }, { "info": { "name": "Get Request Time Creation Team", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/teams/request_timestamps", "params": [ { "name": "request_ids", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Request Time Creation Team" }, { "info": { "name": "Get Data Usage Recent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/recent", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Usage Recent" }, { "info": { "name": "Get Team Members Data Usage Recent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/teams/recent", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Members Data Usage Recent" }, { "info": { "name": "Get Data Usage Past Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/past_report", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Usage Past Report" }, { "info": { "name": "Get Data Usage Team Past Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/teams/past_report", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Usage Team Past Report" }, { "info": { "name": "Get Data Usage Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/report", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Data Usage Report" }, { "info": { "name": "Get Team Members Data Usage Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/teams/report", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Members Data Usage Report" }, { "info": { "name": "Get Mtd Usage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/mtd_usage", "params": [ { "name": "end", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Mtd Usage" }, { "info": { "name": "Get Team Mtd Usage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/teams/mtd_usage", "params": [ { "name": "end", "value": "", "type": "query" }, { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Team Mtd Usage" }, { "info": { "name": "Get Active Connections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v0/usage/active_connections", "params": [ { "name": "retry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/v0/auth/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Active Connections" } ] }, { "info": { "name": "adjustment_factors", "type": "folder" }, "items": [ { "info": { "name": "Query Adjustment Factors Range", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/adjustment_factors.get_range", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Query Adjustment Factors Range" } ] }, { "info": { "name": "corporate_actions", "type": "folder" }, "items": [ { "info": { "name": "Query Corporate Actions Range", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/corporate_actions.get_range", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Query Corporate Actions Range" } ] }, { "info": { "name": "security_master", "type": "folder" }, "items": [ { "info": { "name": "Query Security Master Last", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/security_master.get_last", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Query Security Master Last" }, { "info": { "name": "Query Security Master Pit Range", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v0/security_master.get_range", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "retry", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Query Security Master Pit Range" } ] } ], "bundled": true }