{ "opencollection": "1.0.0", "info": { "name": "Lytics API", "version": "2.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Create new child account", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/account", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create new child account" }, { "info": { "name": "Enable/Disable job alerts", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/account/setup/jobalerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "enable", "value": "", "type": "query", "description": "Whether to enable or disable the job alerting." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Set up a job alerts to send an email whenever the import/export job fails." }, { "info": { "name": "Get account", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/account/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The account ID" }, { "name": "roles", "value": "", "type": "query", "description": "Return role policy in response" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Lytics account by ID" }, { "info": { "name": "Update existing account", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/account/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The account ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update existing account" }, { "info": { "name": "Register new account", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/register", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Register new account" } ] }, { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "Get profile attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/attributes/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get profile attributes for a user." }, { "info": { "name": "Update all profile attributes", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/attributes/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update all of the profile attributes for a user." }, { "info": { "name": "Update some profile attributes", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lytics.io/v2/attributes/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update some of the profile attributes for a user." }, { "info": { "name": "Delete profile attributes", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/attributes/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete profile attributes for a user." }, { "info": { "name": "Get the status of a user profile deletion", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/identity/deletestatus/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path", "description": "The GDPR delete request ID" }, { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the status of a GDPR-compliant user profile deletion request" }, { "info": { "name": "Get a user profile (POST)", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/identity/lookup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "field_blocklist", "value": "", "type": "query", "description": "Fields to exclude (e.g. email,city)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a user profile by identity key/value using POST" }, { "info": { "name": "Bulk delete user profiles", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/identity/queue/bulk/:table/:field", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "field", "value": "", "type": "path", "description": "Identity field (e.g. email)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Queue bulk GDPR-compliant deletion requests for multiple user profiles" }, { "info": { "name": "Get a user profile (GET)", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/identity/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" }, { "name": "field_blocklist", "value": "", "type": "query", "description": "Fields to exclude (e.g. email,city)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a user profile by identity key/value" }, { "info": { "name": "Delete a user profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/identity/:table/:key/:value", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "key", "value": "", "type": "path", "description": "Identity Key (e.g. email)" }, { "name": "value", "value": "", "type": "path", "description": "Value (e.g. hello@lytics.com)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a user profile, compliant with GDPR deletion requests" } ] }, { "info": { "name": "Auths", "type": "folder" }, "items": [ { "info": { "name": "Get auths", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all auths in an account" }, { "info": { "name": "AirshipConnect: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/airship-connect", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AirshipConnect auth" }, { "info": { "name": "AirshipConnect: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/airship-connect/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AirshipConnect auth" }, { "info": { "name": "AirshipConnect: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/airship-connect/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AirshipConnect auth" }, { "info": { "name": "AirshipMasterSecret: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/airship-master-secret", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AirshipMasterSecret auth" }, { "info": { "name": "AirshipMasterSecret: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/airship-master-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AirshipMasterSecret auth" }, { "info": { "name": "AirshipMasterSecret: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/airship-master-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AirshipMasterSecret auth" }, { "info": { "name": "AlgoliaApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/algolia-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AlgoliaApiKey auth" }, { "info": { "name": "AlgoliaApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/algolia-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AlgoliaApiKey auth" }, { "info": { "name": "AlgoliaApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/algolia-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AlgoliaApiKey auth" }, { "info": { "name": "AmplitudeApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/amplitude-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmplitudeApiKey auth" }, { "info": { "name": "AmplitudeApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/amplitude-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AmplitudeApiKey auth" }, { "info": { "name": "AmplitudeApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/amplitude-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmplitudeApiKey auth" }, { "info": { "name": "Api: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/api", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Api auth" }, { "info": { "name": "Api: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Api auth" }, { "info": { "name": "Api: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Api auth" }, { "info": { "name": "Apikey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/apikey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Apikey auth" }, { "info": { "name": "Apikey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Apikey auth" }, { "info": { "name": "Apikey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Apikey auth" }, { "info": { "name": "AppsflyerDevkey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/appsflyer-devkey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AppsflyerDevkey auth" }, { "info": { "name": "AppsflyerDevkey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/appsflyer-devkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AppsflyerDevkey auth" }, { "info": { "name": "AppsflyerDevkey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/appsflyer-devkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AppsflyerDevkey auth" }, { "info": { "name": "AttentiveApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/attentive-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AttentiveApiKey auth" }, { "info": { "name": "AttentiveApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/attentive-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AttentiveApiKey auth" }, { "info": { "name": "AttentiveApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/attentive-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AttentiveApiKey auth" }, { "info": { "name": "Aws_AwsKeys: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-aws-keys", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Aws_AwsKeys auth" }, { "info": { "name": "Aws_AwsKeys: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Aws_AwsKeys auth" }, { "info": { "name": "Aws_AwsKeys: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Aws_AwsKeys auth" }, { "info": { "name": "AwsDelegated: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-delegated", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsDelegated auth" }, { "info": { "name": "AwsDelegatedPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-delegated-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsDelegatedPgp auth" }, { "info": { "name": "AwsDelegatedPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-delegated-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsDelegatedPgp auth" }, { "info": { "name": "AwsDelegatedPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-delegated-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsDelegatedPgp auth" }, { "info": { "name": "AwsDelegatedPublicPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-delegated-public-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsDelegatedPublicPgp auth" }, { "info": { "name": "AwsDelegatedPublicPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-delegated-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsDelegatedPublicPgp auth" }, { "info": { "name": "AwsDelegatedPublicPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-delegated-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsDelegatedPublicPgp auth" }, { "info": { "name": "AwsDelegated: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-delegated/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsDelegated auth" }, { "info": { "name": "AwsDelegated: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-delegated/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsDelegated auth" }, { "info": { "name": "AwsKeys: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-keys", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsKeys auth" }, { "info": { "name": "AwsKeysPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-keys-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsKeysPgp auth" }, { "info": { "name": "AwsKeysPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-keys-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsKeysPgp auth" }, { "info": { "name": "AwsKeysPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-keys-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsKeysPgp auth" }, { "info": { "name": "AwsKeysPublicPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-keys-public-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsKeysPublicPgp auth" }, { "info": { "name": "AwsKeysPublicPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-keys-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsKeysPublicPgp auth" }, { "info": { "name": "AwsKeysPublicPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-keys-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsKeysPublicPgp auth" }, { "info": { "name": "AwsKeys: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AwsKeys auth" }, { "info": { "name": "AwsKeys: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsKeys auth" }, { "info": { "name": "Aws_S3_Redshift: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/aws-s3-redshift", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Aws_S3_Redshift auth" }, { "info": { "name": "Aws_S3_Redshift: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/aws-s3-redshift/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Aws_S3_Redshift auth" }, { "info": { "name": "Aws_S3_Redshift: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/aws-s3-redshift/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Aws_S3_Redshift auth" }, { "info": { "name": "AzureEventHub: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/azure-event-hub", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureEventHub auth" }, { "info": { "name": "AzureEventHub: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/azure-event-hub/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AzureEventHub auth" }, { "info": { "name": "AzureEventHub: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/azure-event-hub/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureEventHub auth" }, { "info": { "name": "AzureStorageConnection: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/azure-storage-connection", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureStorageConnection auth" }, { "info": { "name": "AzureStorageConnection: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/azure-storage-connection/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AzureStorageConnection auth" }, { "info": { "name": "AzureStorageConnection: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/azure-storage-connection/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureStorageConnection auth" }, { "info": { "name": "AzuresqlDb: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/azuresql-db", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzuresqlDb auth" }, { "info": { "name": "AzuresqlDb: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/azuresql-db/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a AzuresqlDb auth" }, { "info": { "name": "AzuresqlDb: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/azuresql-db/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzuresqlDb auth" }, { "info": { "name": "BasicAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/basic-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BasicAuth auth" }, { "info": { "name": "BasicAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/basic-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BasicAuth auth" }, { "info": { "name": "BasicAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/basic-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BasicAuth auth" }, { "info": { "name": "BcAccessToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bc-access-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BcAccessToken auth" }, { "info": { "name": "BcAccessToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bc-access-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BcAccessToken auth" }, { "info": { "name": "BcAccessToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bc-access-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BcAccessToken auth" }, { "info": { "name": "BluehornetApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bluehornet-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BluehornetApiKey auth" }, { "info": { "name": "BluehornetApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bluehornet-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BluehornetApiKey auth" }, { "info": { "name": "BluehornetApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bluehornet-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BluehornetApiKey auth" }, { "info": { "name": "Bluekai_Userkey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bluekai-userkey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Bluekai_Userkey auth" }, { "info": { "name": "Bluekai_Userkey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bluekai-userkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Bluekai_Userkey auth" }, { "info": { "name": "Bluekai_Userkey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bluekai-userkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Bluekai_Userkey auth" }, { "info": { "name": "Bluekai_Userpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bluekai-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Bluekai_Userpass auth" }, { "info": { "name": "Bluekai_Userpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bluekai-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Bluekai_Userpass auth" }, { "info": { "name": "Bluekai_Userpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bluekai-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Bluekai_Userpass auth" }, { "info": { "name": "BlueshiftApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/blueshift-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BlueshiftApiKey auth" }, { "info": { "name": "BlueshiftApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/blueshift-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BlueshiftApiKey auth" }, { "info": { "name": "BlueshiftApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/blueshift-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BlueshiftApiKey auth" }, { "info": { "name": "BqJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bq-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BqJwt auth" }, { "info": { "name": "BqJwtImport: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/bq-jwt-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BqJwtImport auth" }, { "info": { "name": "BqJwtImport: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bq-jwt-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BqJwtImport auth" }, { "info": { "name": "BqJwtImport: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bq-jwt-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BqJwtImport auth" }, { "info": { "name": "BqJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/bq-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a BqJwt auth" }, { "info": { "name": "BqJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/bq-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BqJwt auth" }, { "info": { "name": "Braze: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/braze", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Braze auth" }, { "info": { "name": "Braze: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/braze/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Braze auth" }, { "info": { "name": "Braze: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/braze/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Braze auth" }, { "info": { "name": "Brevo: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/brevo", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Brevo auth" }, { "info": { "name": "Brevo: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/brevo/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Brevo auth" }, { "info": { "name": "Brevo: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/brevo/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Brevo auth" }, { "info": { "name": "Cheetah: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/cheetah", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Cheetah auth" }, { "info": { "name": "Cheetah: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/cheetah/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Cheetah auth" }, { "info": { "name": "Cheetah: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/cheetah/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Cheetah auth" }, { "info": { "name": "Clearbit: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/clearbit", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Clearbit auth" }, { "info": { "name": "ClearbitLytics: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/clearbit-lytics", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ClearbitLytics auth" }, { "info": { "name": "ClearbitLytics: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/clearbit-lytics/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ClearbitLytics auth" }, { "info": { "name": "ClearbitLytics: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/clearbit-lytics/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ClearbitLytics auth" }, { "info": { "name": "Clearbit: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/clearbit/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Clearbit auth" }, { "info": { "name": "Clearbit: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/clearbit/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Clearbit auth" }, { "info": { "name": "ConnectApikey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/connect-apikey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ConnectApikey auth" }, { "info": { "name": "ConnectApikey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/connect-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ConnectApikey auth" }, { "info": { "name": "ConnectApikey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/connect-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ConnectApikey auth" }, { "info": { "name": "ContentCookies: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/content-cookies", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentCookies auth" }, { "info": { "name": "ContentCookies: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/content-cookies/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ContentCookies auth" }, { "info": { "name": "ContentCookies: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/content-cookies/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentCookies auth" }, { "info": { "name": "ContentstackApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/contentstack-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackApiKey auth" }, { "info": { "name": "ContentstackApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/contentstack-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ContentstackApiKey auth" }, { "info": { "name": "ContentstackApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/contentstack-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackApiKey auth" }, { "info": { "name": "ContentstackAuthtoken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/contentstack-authtoken", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackAuthtoken auth" }, { "info": { "name": "ContentstackAuthtoken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/contentstack-authtoken/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ContentstackAuthtoken auth" }, { "info": { "name": "ContentstackAuthtoken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/contentstack-authtoken/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackAuthtoken auth" }, { "info": { "name": "Cordial: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/cordial", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Cordial auth" }, { "info": { "name": "CordialUserpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/cordial-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CordialUserpass auth" }, { "info": { "name": "CordialUserpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/cordial-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a CordialUserpass auth" }, { "info": { "name": "CordialUserpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/cordial-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CordialUserpass auth" }, { "info": { "name": "Cordial: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/cordial/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Cordial auth" }, { "info": { "name": "Cordial: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/cordial/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Cordial auth" }, { "info": { "name": "CriteoApiCredentials: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/criteo-api-credentials", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CriteoApiCredentials auth" }, { "info": { "name": "CriteoApiCredentials: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/criteo-api-credentials/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a CriteoApiCredentials auth" }, { "info": { "name": "CriteoApiCredentials: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/criteo-api-credentials/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CriteoApiCredentials auth" }, { "info": { "name": "CustomerioApikey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/customerio-apikey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CustomerioApikey auth" }, { "info": { "name": "CustomerioApikey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/customerio-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a CustomerioApikey auth" }, { "info": { "name": "CustomerioApikey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/customerio-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CustomerioApikey auth" }, { "info": { "name": "CustomerioWebhooks: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/customerio-webhooks", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CustomerioWebhooks auth" }, { "info": { "name": "CustomerioWebhooks: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/customerio-webhooks/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a CustomerioWebhooks auth" }, { "info": { "name": "CustomerioWebhooks: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/customerio-webhooks/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CustomerioWebhooks auth" }, { "info": { "name": "DatabricksDB: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/databricks-db", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksDB auth" }, { "info": { "name": "DatabricksDB: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/databricks-db/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a DatabricksDB auth" }, { "info": { "name": "DatabricksDB: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/databricks-db/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksDB auth" }, { "info": { "name": "Datax: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/datax", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Datax auth" }, { "info": { "name": "Datax: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/datax/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Datax auth" }, { "info": { "name": "Datax: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/datax/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Datax auth" }, { "info": { "name": "DotmailerApi: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/dotmailer-api", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DotmailerApi auth" }, { "info": { "name": "DotmailerApi: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/dotmailer-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a DotmailerApi auth" }, { "info": { "name": "DotmailerApi: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/dotmailer-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DotmailerApi auth" }, { "info": { "name": "DriftAppKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/drift-app-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DriftAppKey auth" }, { "info": { "name": "DriftAppKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/drift-app-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a DriftAppKey auth" }, { "info": { "name": "DriftAppKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/drift-app-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DriftAppKey auth" }, { "info": { "name": "Dv360_Oauth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/dv360-oauth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Dv360_Oauth auth" }, { "info": { "name": "Dv360_Oauth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/dv360-oauth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Dv360_Oauth auth" }, { "info": { "name": "Dv360_Oauth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/dv360-oauth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Dv360_Oauth auth" }, { "info": { "name": "Email: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/email", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Email auth" }, { "info": { "name": "Email: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Email auth" }, { "info": { "name": "Email: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Email auth" }, { "info": { "name": "EpiserverApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/episerver-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EpiserverApiKey auth" }, { "info": { "name": "EpiserverApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/episerver-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a EpiserverApiKey auth" }, { "info": { "name": "EpiserverApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/episerver-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EpiserverApiKey auth" }, { "info": { "name": "FbSystemUser: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/fb-system-user", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FbSystemUser auth" }, { "info": { "name": "FbSystemUser: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/fb-system-user/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a FbSystemUser auth" }, { "info": { "name": "FbSystemUser: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/fb-system-user/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FbSystemUser auth" }, { "info": { "name": "Fullcontact: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/fullcontact", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Fullcontact auth" }, { "info": { "name": "Fullcontact: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/fullcontact/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Fullcontact auth" }, { "info": { "name": "Fullcontact: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/fullcontact/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Fullcontact auth" }, { "info": { "name": "GcsJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/gcs-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GcsJwt auth" }, { "info": { "name": "GcsJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/gcs-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a GcsJwt auth" }, { "info": { "name": "GcsJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/gcs-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GcsJwt auth" }, { "info": { "name": "Gigya: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/gigya", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Gigya auth" }, { "info": { "name": "Gigya: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/gigya/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Gigya auth" }, { "info": { "name": "Gigya: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/gigya/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Gigya auth" }, { "info": { "name": "Googleanalytics_NoAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/googleanalytics-no-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Googleanalytics_NoAuth auth" }, { "info": { "name": "Googleanalytics_NoAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/googleanalytics-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Googleanalytics_NoAuth auth" }, { "info": { "name": "Googleanalytics_NoAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/googleanalytics-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Googleanalytics_NoAuth auth" }, { "info": { "name": "HeaderParamAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/header-param-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a HeaderParamAuth auth" }, { "info": { "name": "HeaderParamAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/header-param-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a HeaderParamAuth auth" }, { "info": { "name": "HeaderParamAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/header-param-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a HeaderParamAuth auth" }, { "info": { "name": "IcontactApi: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/icontact-api", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IcontactApi auth" }, { "info": { "name": "IcontactApi: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/icontact-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a IcontactApi auth" }, { "info": { "name": "IcontactApi: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/icontact-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IcontactApi auth" }, { "info": { "name": "InfobipApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/infobip-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InfobipApiKey auth" }, { "info": { "name": "InfobipApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/infobip-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a InfobipApiKey auth" }, { "info": { "name": "InfobipApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/infobip-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InfobipApiKey auth" }, { "info": { "name": "InsiderApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/insider-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InsiderApiKey auth" }, { "info": { "name": "InsiderApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/insider-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a InsiderApiKey auth" }, { "info": { "name": "InsiderApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/insider-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InsiderApiKey auth" }, { "info": { "name": "IntegrationSecret: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/integration-secret", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IntegrationSecret auth" }, { "info": { "name": "IntegrationSecret: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/integration-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a IntegrationSecret auth" }, { "info": { "name": "IntegrationSecret: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/integration-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IntegrationSecret auth" }, { "info": { "name": "Iterable: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/iterable", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Iterable auth" }, { "info": { "name": "Iterable: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/iterable/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Iterable auth" }, { "info": { "name": "Iterable: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/iterable/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Iterable auth" }, { "info": { "name": "Klaviyo: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/klaviyo", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Klaviyo auth" }, { "info": { "name": "Klaviyo: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/klaviyo/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Klaviyo auth" }, { "info": { "name": "Klaviyo: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/klaviyo/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Klaviyo auth" }, { "info": { "name": "Leadsquared: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/leadsquared", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Leadsquared auth" }, { "info": { "name": "Leadsquared: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/leadsquared/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Leadsquared auth" }, { "info": { "name": "Leadsquared: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/leadsquared/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Leadsquared auth" }, { "info": { "name": "LineadsApiSecretkey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/lineads-api-secretkey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LineadsApiSecretkey auth" }, { "info": { "name": "LineadsApiSecretkey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/lineads-api-secretkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a LineadsApiSecretkey auth" }, { "info": { "name": "LineadsApiSecretkey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/lineads-api-secretkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LineadsApiSecretkey auth" }, { "info": { "name": "Liveramp_AwsKeys: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/liveramp-aws-keys", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Liveramp_AwsKeys auth" }, { "info": { "name": "Liveramp_AwsKeys: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/liveramp-aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Liveramp_AwsKeys auth" }, { "info": { "name": "Liveramp_AwsKeys: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/liveramp-aws-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Liveramp_AwsKeys auth" }, { "info": { "name": "Liveramp_Userkey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/liveramp-userkey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Liveramp_Userkey auth" }, { "info": { "name": "Liveramp_Userkey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/liveramp-userkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Liveramp_Userkey auth" }, { "info": { "name": "Liveramp_Userkey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/liveramp-userkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Liveramp_Userkey auth" }, { "info": { "name": "Liveramp_Userpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/liveramp-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Liveramp_Userpass auth" }, { "info": { "name": "Liveramp_Userpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/liveramp-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Liveramp_Userpass auth" }, { "info": { "name": "Liveramp_Userpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/liveramp-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Liveramp_Userpass auth" }, { "info": { "name": "LocalyticsKeys: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/localytics-keys", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LocalyticsKeys auth" }, { "info": { "name": "LocalyticsKeys: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/localytics-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a LocalyticsKeys auth" }, { "info": { "name": "LocalyticsKeys: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/localytics-keys/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LocalyticsKeys auth" }, { "info": { "name": "LyticsAwsSftpAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/lytics-aws-sftp-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsAwsSftpAuth auth" }, { "info": { "name": "LyticsAwsSftpAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/lytics-aws-sftp-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a LyticsAwsSftpAuth auth" }, { "info": { "name": "LyticsAwsSftpAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/lytics-aws-sftp-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsAwsSftpAuth auth" }, { "info": { "name": "LyticsLotameS3: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/lytics-lotame-s3", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsLotameS3 auth" }, { "info": { "name": "LyticsLotameS3: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/lytics-lotame-s3/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a LyticsLotameS3 auth" }, { "info": { "name": "LyticsLotameS3: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/lytics-lotame-s3/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsLotameS3 auth" }, { "info": { "name": "MailgunApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mailgun-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MailgunApiKey auth" }, { "info": { "name": "MailgunApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mailgun-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MailgunApiKey auth" }, { "info": { "name": "MailgunApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mailgun-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MailgunApiKey auth" }, { "info": { "name": "MandrillApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mandrill-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MandrillApiKey auth" }, { "info": { "name": "MandrillApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mandrill-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MandrillApiKey auth" }, { "info": { "name": "MandrillApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mandrill-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MandrillApiKey auth" }, { "info": { "name": "Mapp_Userpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mapp-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Mapp_Userpass auth" }, { "info": { "name": "Mapp_Userpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mapp-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Mapp_Userpass auth" }, { "info": { "name": "Mapp_Userpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mapp-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Mapp_Userpass auth" }, { "info": { "name": "MarketingcloudV2: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/marketingcloud-v2", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudV2 auth" }, { "info": { "name": "MarketingcloudV2: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/marketingcloud-v2/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MarketingcloudV2 auth" }, { "info": { "name": "MarketingcloudV2: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/marketingcloud-v2/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudV2 auth" }, { "info": { "name": "MarketoClient: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/marketo-client", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketoClient auth" }, { "info": { "name": "MarketoClient: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/marketo-client/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MarketoClient auth" }, { "info": { "name": "MarketoClient: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/marketo-client/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketoClient auth" }, { "info": { "name": "Maropost: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/maropost", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Maropost auth" }, { "info": { "name": "Maropost: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/maropost/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Maropost auth" }, { "info": { "name": "Maropost: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/maropost/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Maropost auth" }, { "info": { "name": "Mediamath_NoAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mediamath-no-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Mediamath_NoAuth auth" }, { "info": { "name": "Mediamath_NoAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mediamath-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Mediamath_NoAuth auth" }, { "info": { "name": "Mediamath_NoAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mediamath-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Mediamath_NoAuth auth" }, { "info": { "name": "Messagecentral: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/messagecentral", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Messagecentral auth" }, { "info": { "name": "Messagecentral: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/messagecentral/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Messagecentral auth" }, { "info": { "name": "Messagecentral: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/messagecentral/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Messagecentral auth" }, { "info": { "name": "MicrosoftCapiToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/microsoft-capi-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MicrosoftCapiToken auth" }, { "info": { "name": "MicrosoftCapiToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/microsoft-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MicrosoftCapiToken auth" }, { "info": { "name": "MicrosoftCapiToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/microsoft-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MicrosoftCapiToken auth" }, { "info": { "name": "MixpanelApiSecret: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mixpanel-api-secret", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MixpanelApiSecret auth" }, { "info": { "name": "MixpanelApiSecret: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mixpanel-api-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MixpanelApiSecret auth" }, { "info": { "name": "MixpanelApiSecret: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mixpanel-api-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MixpanelApiSecret auth" }, { "info": { "name": "MpApiSecret: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/mp-api-secret", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MpApiSecret auth" }, { "info": { "name": "MpApiSecret: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/mp-api-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a MpApiSecret auth" }, { "info": { "name": "MpApiSecret: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/mp-api-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MpApiSecret auth" }, { "info": { "name": "NetsuiteSuitetalk: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/netsuite-suitetalk", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a NetsuiteSuitetalk auth" }, { "info": { "name": "NetsuiteSuitetalk: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/netsuite-suitetalk/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a NetsuiteSuitetalk auth" }, { "info": { "name": "NetsuiteSuitetalk: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/netsuite-suitetalk/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a NetsuiteSuitetalk auth" }, { "info": { "name": "NewrelicInsightsApikey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/newrelic-insights-apikey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a NewrelicInsightsApikey auth" }, { "info": { "name": "NewrelicInsightsApikey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/newrelic-insights-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a NewrelicInsightsApikey auth" }, { "info": { "name": "NewrelicInsightsApikey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/newrelic-insights-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a NewrelicInsightsApikey auth" }, { "info": { "name": "Onesignal: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/onesignal", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Onesignal auth" }, { "info": { "name": "Onesignal: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/onesignal/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Onesignal auth" }, { "info": { "name": "Onesignal: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/onesignal/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Onesignal auth" }, { "info": { "name": "OptimizelyOdpApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/optimizely-odp-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OptimizelyOdpApiKey auth" }, { "info": { "name": "OptimizelyOdpApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/optimizely-odp-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a OptimizelyOdpApiKey auth" }, { "info": { "name": "OptimizelyOdpApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/optimizely-odp-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OptimizelyOdpApiKey auth" }, { "info": { "name": "PinterestCapiToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/pinterest-capi-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PinterestCapiToken auth" }, { "info": { "name": "PinterestCapiToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/pinterest-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a PinterestCapiToken auth" }, { "info": { "name": "PinterestCapiToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/pinterest-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PinterestCapiToken auth" }, { "info": { "name": "Postup: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/postup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Postup auth" }, { "info": { "name": "Postup: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/postup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Postup auth" }, { "info": { "name": "Postup: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/postup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Postup auth" }, { "info": { "name": "PubsubJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/pubsub-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PubsubJwt auth" }, { "info": { "name": "PubsubJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/pubsub-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a PubsubJwt auth" }, { "info": { "name": "PubsubJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/pubsub-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PubsubJwt auth" }, { "info": { "name": "Pushly: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/pushly", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Pushly auth" }, { "info": { "name": "Pushly: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/pushly/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Pushly auth" }, { "info": { "name": "Pushly: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/pushly/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Pushly auth" }, { "info": { "name": "RedditConversion: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/reddit-conversion", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedditConversion auth" }, { "info": { "name": "RedditConversion: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/reddit-conversion/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a RedditConversion auth" }, { "info": { "name": "RedditConversion: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/reddit-conversion/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedditConversion auth" }, { "info": { "name": "RedshiftPostgresql: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/redshift-postgresql", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedshiftPostgresql auth" }, { "info": { "name": "RedshiftPostgresql: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/redshift-postgresql/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a RedshiftPostgresql auth" }, { "info": { "name": "RedshiftPostgresql: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/redshift-postgresql/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedshiftPostgresql auth" }, { "info": { "name": "ResponsysInteract: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/responsys-interact", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysInteract auth" }, { "info": { "name": "ResponsysInteract: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/responsys-interact/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ResponsysInteract auth" }, { "info": { "name": "ResponsysInteract: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/responsys-interact/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysInteract auth" }, { "info": { "name": "ResponsysSftp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/responsys-sftp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysSftp auth" }, { "info": { "name": "ResponsysSftpWithPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/responsys-sftp-with-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysSftpWithPgp auth" }, { "info": { "name": "ResponsysSftpWithPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/responsys-sftp-with-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ResponsysSftpWithPgp auth" }, { "info": { "name": "ResponsysSftpWithPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/responsys-sftp-with-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysSftpWithPgp auth" }, { "info": { "name": "ResponsysSftp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/responsys-sftp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ResponsysSftp auth" }, { "info": { "name": "ResponsysSftp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/responsys-sftp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysSftp auth" }, { "info": { "name": "RetentionscienceKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/retentionscience-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RetentionscienceKey auth" }, { "info": { "name": "RetentionscienceKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/retentionscience-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a RetentionscienceKey auth" }, { "info": { "name": "RetentionscienceKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/retentionscience-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RetentionscienceKey auth" }, { "info": { "name": "S3: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/s3", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a S3 auth" }, { "info": { "name": "S3: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/s3/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a S3 auth" }, { "info": { "name": "S3: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/s3/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a S3 auth" }, { "info": { "name": "SailthruApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/sailthru-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SailthruApiKey auth" }, { "info": { "name": "SailthruApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/sailthru-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SailthruApiKey auth" }, { "info": { "name": "SailthruApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/sailthru-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SailthruApiKey auth" }, { "info": { "name": "SalesforceDataCloudJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudJwt auth" }, { "info": { "name": "SalesforceDataCloudJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SalesforceDataCloudJwt auth" }, { "info": { "name": "SalesforceDataCloudJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudJwt auth" }, { "info": { "name": "SalesforceDataCloudSandboxJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-sandbox-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudSandboxJwt auth" }, { "info": { "name": "SalesforceDataCloudSandboxJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-sandbox-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SalesforceDataCloudSandboxJwt auth" }, { "info": { "name": "SalesforceDataCloudSandboxJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/salesforce-data-cloud-sandbox-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudSandboxJwt auth" }, { "info": { "name": "SalesforceJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/salesforce-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceJwt auth" }, { "info": { "name": "SalesforceJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/salesforce-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SalesforceJwt auth" }, { "info": { "name": "SalesforceJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/salesforce-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceJwt auth" }, { "info": { "name": "SalesforceSandboxJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/salesforce-sandbox-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceSandboxJwt auth" }, { "info": { "name": "SalesforceSandboxJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/salesforce-sandbox-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SalesforceSandboxJwt auth" }, { "info": { "name": "SalesforceSandboxJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/salesforce-sandbox-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceSandboxJwt auth" }, { "info": { "name": "SecretkeyV2: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/secretkey-v2", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SecretkeyV2 auth" }, { "info": { "name": "SecretkeyV2: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/secretkey-v2/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SecretkeyV2 auth" }, { "info": { "name": "SecretkeyV2: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/secretkey-v2/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SecretkeyV2 auth" }, { "info": { "name": "Selligent_Userpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/selligent-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Selligent_Userpass auth" }, { "info": { "name": "Selligent_Userpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/selligent-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Selligent_Userpass auth" }, { "info": { "name": "Selligent_Userpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/selligent-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Selligent_Userpass auth" }, { "info": { "name": "Sendgrid: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/sendgrid", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Sendgrid auth" }, { "info": { "name": "Sendgrid: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/sendgrid/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Sendgrid auth" }, { "info": { "name": "Sendgrid: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/sendgrid/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Sendgrid auth" }, { "info": { "name": "ShopifyApiToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/shopify-api-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ShopifyApiToken auth" }, { "info": { "name": "ShopifyApiToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/shopify-api-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ShopifyApiToken auth" }, { "info": { "name": "ShopifyApiToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/shopify-api-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ShopifyApiToken auth" }, { "info": { "name": "SilverpopFullAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/silverpop-full-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopFullAuth auth" }, { "info": { "name": "SilverpopFullAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/silverpop-full-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SilverpopFullAuth auth" }, { "info": { "name": "SilverpopFullAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/silverpop-full-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopFullAuth auth" }, { "info": { "name": "SnapchatCapiToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/snapchat-capi-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnapchatCapiToken auth" }, { "info": { "name": "SnapchatCapiToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/snapchat-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SnapchatCapiToken auth" }, { "info": { "name": "SnapchatCapiToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/snapchat-capi-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnapchatCapiToken auth" }, { "info": { "name": "SnowflakeDirect: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/snowflake-direct", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeDirect auth" }, { "info": { "name": "SnowflakeDirectGcs: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/snowflake-direct-gcs", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeDirectGcs auth" }, { "info": { "name": "SnowflakeDirectGcs: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/snowflake-direct-gcs/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SnowflakeDirectGcs auth" }, { "info": { "name": "SnowflakeDirectGcs: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/snowflake-direct-gcs/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeDirectGcs auth" }, { "info": { "name": "SnowflakeDirect: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/snowflake-direct/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SnowflakeDirect auth" }, { "info": { "name": "SnowflakeDirect: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/snowflake-direct/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeDirect auth" }, { "info": { "name": "SparkpostApiKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/sparkpost-api-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SparkpostApiKey auth" }, { "info": { "name": "SparkpostApiKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/sparkpost-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a SparkpostApiKey auth" }, { "info": { "name": "SparkpostApiKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/sparkpost-api-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SparkpostApiKey auth" }, { "info": { "name": "StackdriverJwt: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/stackdriver-jwt", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a StackdriverJwt auth" }, { "info": { "name": "StackdriverJwt: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/stackdriver-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a StackdriverJwt auth" }, { "info": { "name": "StackdriverJwt: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/stackdriver-jwt/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a StackdriverJwt auth" }, { "info": { "name": "Surveymonkey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/surveymonkey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Surveymonkey auth" }, { "info": { "name": "Surveymonkey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/surveymonkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Surveymonkey auth" }, { "info": { "name": "Surveymonkey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/surveymonkey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Surveymonkey auth" }, { "info": { "name": "ThetradedeskApiToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/thetradedesk-api-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ThetradedeskApiToken auth" }, { "info": { "name": "ThetradedeskApiToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/thetradedesk-api-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a ThetradedeskApiToken auth" }, { "info": { "name": "ThetradedeskApiToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/thetradedesk-api-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ThetradedeskApiToken auth" }, { "info": { "name": "Thetradedesk_Userpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/thetradedesk-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Thetradedesk_Userpass auth" }, { "info": { "name": "Thetradedesk_Userpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/thetradedesk-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Thetradedesk_Userpass auth" }, { "info": { "name": "Thetradedesk_Userpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/thetradedesk-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Thetradedesk_Userpass auth" }, { "info": { "name": "TiktokEventsToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/tiktok-events-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TiktokEventsToken auth" }, { "info": { "name": "TiktokEventsToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/tiktok-events-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a TiktokEventsToken auth" }, { "info": { "name": "TiktokEventsToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/tiktok-events-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TiktokEventsToken auth" }, { "info": { "name": "TriggerUserpass: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/trigger-userpass", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TriggerUserpass auth" }, { "info": { "name": "TriggerUserpass: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/trigger-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a TriggerUserpass auth" }, { "info": { "name": "TriggerUserpass: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/trigger-userpass/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TriggerUserpass auth" }, { "info": { "name": "Twitter_oauth1_0a: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/twitter-oauth1-0a", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Twitter_oauth1_0a auth" }, { "info": { "name": "Twitter_oauth1_0a: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/twitter-oauth1-0a/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Twitter_oauth1_0a auth" }, { "info": { "name": "Twitter_oauth1_0a: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/twitter-oauth1-0a/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Twitter_oauth1_0a auth" }, { "info": { "name": "UserPassKey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/user-pass-key", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a UserPassKey auth" }, { "info": { "name": "UserPassKey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/user-pass-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a UserPassKey auth" }, { "info": { "name": "UserPassKey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/user-pass-key/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a UserPassKey auth" }, { "info": { "name": "UserpassPrivatePgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/userpass-private-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a UserpassPrivatePgp auth" }, { "info": { "name": "UserpassPrivatePgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/userpass-private-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a UserpassPrivatePgp auth" }, { "info": { "name": "UserpassPrivatePgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/userpass-private-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a UserpassPrivatePgp auth" }, { "info": { "name": "UserpassPublicPgp: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/userpass-public-pgp", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a UserpassPublicPgp auth" }, { "info": { "name": "UserpassPublicPgp: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/userpass-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a UserpassPublicPgp auth" }, { "info": { "name": "UserpassPublicPgp: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/userpass-public-pgp/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a UserpassPublicPgp auth" }, { "info": { "name": "UserpassSecret: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/userpass-secret", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a UserpassSecret auth" }, { "info": { "name": "UserpassSecret: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/userpass-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a UserpassSecret auth" }, { "info": { "name": "UserpassSecret: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/userpass-secret/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a UserpassSecret auth" }, { "info": { "name": "VersiumApikey: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/versium-apikey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a VersiumApikey auth" }, { "info": { "name": "VersiumApikey: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/versium-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a VersiumApikey auth" }, { "info": { "name": "VersiumApikey: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/versium-apikey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a VersiumApikey auth" }, { "info": { "name": "Webhook_NoAuth: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/webhook-no-auth", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Webhook_NoAuth auth" }, { "info": { "name": "Webhook_NoAuth: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/webhook-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Webhook_NoAuth auth" }, { "info": { "name": "Webhook_NoAuth: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/webhook-no-auth/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Webhook_NoAuth auth" }, { "info": { "name": "Webhook_Oauth2_ClientCredentials: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/webhook-oauth2-client-credentials", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Webhook_Oauth2_ClientCredentials auth" }, { "info": { "name": "Webhook_Oauth2_ClientCredentials: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/webhook-oauth2-client-credentials/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Webhook_Oauth2_ClientCredentials auth" }, { "info": { "name": "Webhook_Oauth2_ClientCredentials: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/webhook-oauth2-client-credentials/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Webhook_Oauth2_ClientCredentials auth" }, { "info": { "name": "Westfield: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/westfield", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Westfield auth" }, { "info": { "name": "Westfield: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/westfield/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Westfield auth" }, { "info": { "name": "Westfield: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/westfield/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Westfield auth" }, { "info": { "name": "WistiaToken: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/wistia-token", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WistiaToken auth" }, { "info": { "name": "WistiaToken: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/wistia-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a WistiaToken auth" }, { "info": { "name": "WistiaToken: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/wistia-token/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WistiaToken auth" }, { "info": { "name": "Yesmail: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/yesmail", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Yesmail auth" }, { "info": { "name": "Yesmail: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/yesmail/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Yesmail auth" }, { "info": { "name": "Yesmail: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/yesmail/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Yesmail auth" }, { "info": { "name": "Zuora: Create auth", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/auth/zuora", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Zuora auth" }, { "info": { "name": "Zuora: Get auth", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/auth/zuora/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Zuora auth" }, { "info": { "name": "Zuora: Update auth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/auth/zuora/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Authorization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Zuora auth" } ] }, { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Get connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/connection", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all connections for the account" }, { "info": { "name": "Create connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/connection", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a connection" }, { "info": { "name": "Get connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/connection/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a connection by ID" }, { "info": { "name": "Update connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/connection/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a connection" }, { "info": { "name": "Delete connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/connection/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a connection" }, { "info": { "name": "Query an external data source", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/connection/:id/scan", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" }, { "name": "limit", "value": "", "type": "query", "description": "maximum num of rows to return per call, default = 20, max = 100" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Query an external data source to get sample result set for members of a Cloud Connect model." }, { "info": { "name": "Get the tables for a connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/connection/:id/schema", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns all the table names for the given connection" }, { "info": { "name": "Get the schema for a table on the connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/connection/:id/schema/:table", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The connection ID" }, { "name": "table", "value": "", "type": "path", "description": "The table name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns all the columns for a table on the given connection" } ] }, { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "Get content alignment with a set of topics", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/content/align", "params": [ { "name": "method", "value": "", "type": "query", "description": "Method for similarity calculation" }, { "name": "config", "value": "", "type": "query", "description": "Affinity Config ID. Defaults to accounts default" }, { "name": "limit", "value": "", "type": "query", "description": "Limits response size to this number" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get content alignment with a set of topics" }, { "info": { "name": "Classify a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/content/classify", "params": [ { "name": "url", "value": "", "type": "query", "description": "URL to classify" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "The Classification API classifies a URL and returns all the extracted content and steps taken to classify the content." }, { "info": { "name": "Enrich a URL or text with Topics", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/content/enrich", "params": [ { "name": "url", "value": "", "type": "query", "description": "URL to enrich" }, { "name": "text", "value": "", "type": "query", "description": "Text to enrich" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Enrich a URL or text with Topics and Inferred Topics" }, { "info": { "name": "Get content opportunities", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/content/opportunity", "params": [ { "name": "date", "value": "", "type": "query", "description": "Opportunity snapshot date in YYYY-MM-DD format" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the saved content opportunity metrics for the current account. Optionally provide a date to fetch the snapshot for that UTC day." } ] }, { "info": { "name": "DataModels", "type": "folder" }, "items": [ { "info": { "name": "Get recordstore size for a list of datamodel", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/data/datamodel/size", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "ids", "value": "", "type": "query", "description": "The datamodel IDs" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get recordstore size for a list of datamodel" }, { "info": { "name": "Get recordstore size for a datamodel", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/data/datamodel/:id/size", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get recordstore size for a datamodel" }, { "info": { "name": "Get datamodels", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/datamodel", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "sizes", "value": "", "type": "query", "description": "Include recordstore size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all datamodels for the account" }, { "info": { "name": "Create datamodel", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/datamodel", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a datamodel" }, { "info": { "name": "Delete datamodels", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/datamodel", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "ids", "value": "", "type": "query", "description": "The datamodel IDs" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete multiple datamodels" }, { "info": { "name": "Get datamodel", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/datamodel/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID" }, { "name": "sizes", "value": "", "type": "query", "description": "Include recordstore size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a datamodel by ID" }, { "info": { "name": "Update datamodel", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/datamodel/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a datamodel" }, { "info": { "name": "Delete datamodel", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/datamodel/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a datamodel" }, { "info": { "name": "Get datamodel logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/datamodel/:id/logs", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get datamodel logs" }, { "info": { "name": "Run a sync job for a datamodel", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/datamodel/:id/sync/:state", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The datamodel ID or slug" }, { "name": "state", "value": "", "type": "path", "description": "Start or stop" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Run a sync job for a datamodel" } ] }, { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Query system events", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/event", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "type", "value": "", "type": "query", "description": "Subject Type for the system event" }, { "name": "id", "value": "", "type": "query", "description": "Subjetc ID of the source type" }, { "name": "verb", "value": "", "type": "query", "description": "System Event verb" }, { "name": "priority", "value": "", "type": "query", "description": "System Event priority" }, { "name": "before", "value": "", "type": "query", "description": "System Events before" }, { "name": "after", "value": "", "type": "query", "description": "System Events after" }, { "name": "start", "value": "", "type": "query", "description": "Offset to start from" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Query system events in the account" }, { "info": { "name": "Get system event", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/event/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The system event ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a System Event by ID" } ] }, { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "Get flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/flow", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "latest", "value": "", "type": "query", "description": "Return only the latest version of each flow" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get all flows for an account. Each version of each flow is returned unless latest=true." }, { "info": { "name": "Create or update flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/flow", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new flow or update an existing one. The flow id is taken from the request body." }, { "info": { "name": "Get flow states", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/flow/state", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get all possible flow state values (step slugs / personalization keys) for the account." }, { "info": { "name": "Get flow", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/flow/:name", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name" }, { "name": "latest", "value": "", "type": "query", "description": "Return only the latest version of the flow" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a flow by name. All versions are returned unless latest=true." }, { "info": { "name": "Create or update flow by name", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/flow/:name", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name (used as the flow id when the body has no id)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new flow or update an existing one. When the body has no id, the name path param is used as the flow id." }, { "info": { "name": "Delete flow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/flow/:name", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete all versions of a flow by name." }, { "info": { "name": "Get flow version", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/flow/:name/:version", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name" }, { "name": "version", "value": "", "type": "path", "description": "The flow version" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a specific version of a flow by name and version." }, { "info": { "name": "Delete flow version", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/flow/:name/:version", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name" }, { "name": "version", "value": "", "type": "path", "description": "The flow version" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a single version of a flow by name and version." }, { "info": { "name": "Create flow step work", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/flow/:name/:version/:step/work", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The flow name" }, { "name": "version", "value": "", "type": "path", "description": "The flow version" }, { "name": "step", "value": "", "type": "path", "description": "The flow step id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create the work for a given step of a flow version." } ] }, { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Get jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "workflow", "value": "", "type": "query", "description": "Optional workflow filter" }, { "name": "auth_ids", "value": "", "type": "query", "description": "Optional auth IDs filter" }, { "name": "show_completed", "value": "", "type": "query", "description": "Include completed jobs in the response" }, { "name": "show_deleted", "value": "", "type": "query", "description": "Include deleted jobs in the response" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all jobs in an account" }, { "info": { "name": "AdrollSync: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/adroll-sync", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AdrollSync job" }, { "info": { "name": "AdrollSync: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/adroll-sync/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AdrollSync job" }, { "info": { "name": "AdrollSync: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/adroll-sync/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AdrollSync job" }, { "info": { "name": "AdwordsCustomerMatch: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/adwords-customer-match", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AdwordsCustomerMatch job" }, { "info": { "name": "AdwordsCustomerMatchMobile: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/adwords-customer-match-mobile", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AdwordsCustomerMatchMobile job" }, { "info": { "name": "AdwordsCustomerMatchMobile: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/adwords-customer-match-mobile/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AdwordsCustomerMatchMobile job" }, { "info": { "name": "AdwordsCustomerMatchMobile: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/adwords-customer-match-mobile/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AdwordsCustomerMatchMobile job" }, { "info": { "name": "AdwordsCustomerMatchUserid: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/adwords-customer-match-userid", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AdwordsCustomerMatchUserid job" }, { "info": { "name": "AdwordsCustomerMatchUserid: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/adwords-customer-match-userid/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AdwordsCustomerMatchUserid job" }, { "info": { "name": "AdwordsCustomerMatchUserid: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/adwords-customer-match-userid/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AdwordsCustomerMatchUserid job" }, { "info": { "name": "AdwordsCustomerMatch: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/adwords-customer-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AdwordsCustomerMatch job" }, { "info": { "name": "AdwordsCustomerMatch: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/adwords-customer-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AdwordsCustomerMatch job" }, { "info": { "name": "AdwordsExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/adwords-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AdwordsExport job" }, { "info": { "name": "AdwordsExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/adwords-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AdwordsExport job" }, { "info": { "name": "AdwordsExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/adwords-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AdwordsExport job" }, { "info": { "name": "AirshipComplianceImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/airship-compliance-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AirshipComplianceImport job" }, { "info": { "name": "AirshipComplianceImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/airship-compliance-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AirshipComplianceImport job" }, { "info": { "name": "AirshipComplianceImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/airship-compliance-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AirshipComplianceImport job" }, { "info": { "name": "AirshipExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/airship-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AirshipExport job" }, { "info": { "name": "AirshipExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/airship-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AirshipExport job" }, { "info": { "name": "AirshipExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/airship-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AirshipExport job" }, { "info": { "name": "AirshipImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/airship-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AirshipImport job" }, { "info": { "name": "AirshipImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/airship-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AirshipImport job" }, { "info": { "name": "AirshipImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/airship-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AirshipImport job" }, { "info": { "name": "AlgoliaExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/algolia-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AlgoliaExport job" }, { "info": { "name": "AlgoliaExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/algolia-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AlgoliaExport job" }, { "info": { "name": "AlgoliaExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/algolia-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AlgoliaExport job" }, { "info": { "name": "AlgoliaImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/algolia-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AlgoliaImport job" }, { "info": { "name": "AlgoliaImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/algolia-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AlgoliaImport job" }, { "info": { "name": "AlgoliaImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/algolia-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AlgoliaImport job" }, { "info": { "name": "AmazonAdsAudienceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-ads-audience-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonAdsAudienceExport job" }, { "info": { "name": "AmazonAdsAudienceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-ads-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonAdsAudienceExport job" }, { "info": { "name": "AmazonAdsAudienceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-ads-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonAdsAudienceExport job" }, { "info": { "name": "AmazonAdsExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-ads-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonAdsExportAudience job" }, { "info": { "name": "AmazonAdsExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-ads-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonAdsExportAudience job" }, { "info": { "name": "AmazonAdsExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-ads-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonAdsExportAudience job" }, { "info": { "name": "AmazonCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonCapiExport job" }, { "info": { "name": "AmazonCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonCapiExport job" }, { "info": { "name": "AmazonCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonCapiExport job" }, { "info": { "name": "AmazonDspExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-dsp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonDspExport job" }, { "info": { "name": "AmazonDspExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-dsp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonDspExport job" }, { "info": { "name": "AmazonDspExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-dsp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonDspExport job" }, { "info": { "name": "AmazonDspMatch: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-dsp-match", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonDspMatch job" }, { "info": { "name": "AmazonDspMatch: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-dsp-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonDspMatch job" }, { "info": { "name": "AmazonDspMatch: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-dsp-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonDspMatch job" }, { "info": { "name": "AmazonMarketingCloudExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amazon-marketing-cloud-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmazonMarketingCloudExport job" }, { "info": { "name": "AmazonMarketingCloudExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amazon-marketing-cloud-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmazonMarketingCloudExport job" }, { "info": { "name": "AmazonMarketingCloudExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amazon-marketing-cloud-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmazonMarketingCloudExport job" }, { "info": { "name": "AmcExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amc-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmcExport job" }, { "info": { "name": "AmcExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amc-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmcExport job" }, { "info": { "name": "AmcExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amc-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmcExport job" }, { "info": { "name": "AmplitudeCohortImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amplitude-cohort-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmplitudeCohortImport job" }, { "info": { "name": "AmplitudeCohortImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amplitude-cohort-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmplitudeCohortImport job" }, { "info": { "name": "AmplitudeCohortImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amplitude-cohort-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmplitudeCohortImport job" }, { "info": { "name": "AmplitudeEventImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/amplitude-event-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AmplitudeEventImport job" }, { "info": { "name": "AmplitudeEventImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/amplitude-event-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AmplitudeEventImport job" }, { "info": { "name": "AmplitudeEventImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/amplitude-event-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AmplitudeEventImport job" }, { "info": { "name": "AnalyticsSetup: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/analytics-setup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AnalyticsSetup job" }, { "info": { "name": "AnalyticsSetup: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/analytics-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AnalyticsSetup job" }, { "info": { "name": "AnalyticsSetup: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/analytics-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AnalyticsSetup job" }, { "info": { "name": "AppsflyerCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/appsflyer-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AppsflyerCapiExport job" }, { "info": { "name": "AppsflyerCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/appsflyer-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AppsflyerCapiExport job" }, { "info": { "name": "AppsflyerCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/appsflyer-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AppsflyerCapiExport job" }, { "info": { "name": "AttentiveExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/attentive-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AttentiveExport job" }, { "info": { "name": "AttentiveExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/attentive-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AttentiveExport job" }, { "info": { "name": "AttentiveExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/attentive-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AttentiveExport job" }, { "info": { "name": "AwsCloudwatchMonitoring: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-cloudwatch-monitoring", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsCloudwatchMonitoring job" }, { "info": { "name": "AwsCloudwatchMonitoring: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-cloudwatch-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsCloudwatchMonitoring job" }, { "info": { "name": "AwsCloudwatchMonitoring: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-cloudwatch-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsCloudwatchMonitoring job" }, { "info": { "name": "AwsKinesisImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-kinesis-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsKinesisImport job" }, { "info": { "name": "AwsKinesisImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-kinesis-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsKinesisImport job" }, { "info": { "name": "AwsKinesisImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-kinesis-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsKinesisImport job" }, { "info": { "name": "AwsKinesisTriggers: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-kinesis-triggers", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsKinesisTriggers job" }, { "info": { "name": "AwsKinesisTriggers: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-kinesis-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsKinesisTriggers job" }, { "info": { "name": "AwsKinesisTriggers: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-kinesis-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsKinesisTriggers job" }, { "info": { "name": "AwsPinpointExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-pinpoint-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsPinpointExport job" }, { "info": { "name": "AwsPinpointExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-pinpoint-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsPinpointExport job" }, { "info": { "name": "AwsPinpointExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-pinpoint-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsPinpointExport job" }, { "info": { "name": "AwsPinpointImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-pinpoint-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsPinpointImport job" }, { "info": { "name": "AwsPinpointImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-pinpoint-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsPinpointImport job" }, { "info": { "name": "AwsPinpointImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-pinpoint-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsPinpointImport job" }, { "info": { "name": "AwsPinpointPush: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-pinpoint-push", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsPinpointPush job" }, { "info": { "name": "AwsPinpointPush: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-pinpoint-push/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsPinpointPush job" }, { "info": { "name": "AwsPinpointPush: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-pinpoint-push/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsPinpointPush job" }, { "info": { "name": "AwsSqsTriggers: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/aws-sqs-triggers", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AwsSqsTriggers job" }, { "info": { "name": "AwsSqsTriggers: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/aws-sqs-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AwsSqsTriggers job" }, { "info": { "name": "AwsSqsTriggers: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/aws-sqs-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AwsSqsTriggers job" }, { "info": { "name": "AzureCsvExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-csv-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureCsvExport job" }, { "info": { "name": "AzureCsvExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureCsvExport job" }, { "info": { "name": "AzureCsvExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureCsvExport job" }, { "info": { "name": "AzureCsvImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-csv-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureCsvImport job" }, { "info": { "name": "AzureCsvImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-csv-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureCsvImport job" }, { "info": { "name": "AzureCsvImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-csv-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureCsvImport job" }, { "info": { "name": "AzureEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureEventExport job" }, { "info": { "name": "AzureEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureEventExport job" }, { "info": { "name": "AzureEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureEventExport job" }, { "info": { "name": "AzureEventHubExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-event-hub-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureEventHubExport job" }, { "info": { "name": "AzureEventHubExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-event-hub-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureEventHubExport job" }, { "info": { "name": "AzureEventHubExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-event-hub-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureEventHubExport job" }, { "info": { "name": "AzureJsonExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-json-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureJsonExport job" }, { "info": { "name": "AzureJsonExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-json-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureJsonExport job" }, { "info": { "name": "AzureJsonExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-json-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureJsonExport job" }, { "info": { "name": "AzureSqlConductorEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureSqlConductorEventExport job" }, { "info": { "name": "AzureSqlConductorEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureSqlConductorEventExport job" }, { "info": { "name": "AzureSqlConductorEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureSqlConductorEventExport job" }, { "info": { "name": "AzureSqlConductorExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureSqlConductorExport job" }, { "info": { "name": "AzureSqlConductorExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureSqlConductorExport job" }, { "info": { "name": "AzureSqlConductorExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-sql-conductor-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureSqlConductorExport job" }, { "info": { "name": "AzureSqlEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-sql-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureSqlEventExport job" }, { "info": { "name": "AzureSqlEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-sql-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureSqlEventExport job" }, { "info": { "name": "AzureSqlEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-sql-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureSqlEventExport job" }, { "info": { "name": "AzureSqlExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azure-sql-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzureSqlExport job" }, { "info": { "name": "AzureSqlExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azure-sql-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzureSqlExport job" }, { "info": { "name": "AzureSqlExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azure-sql-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzureSqlExport job" }, { "info": { "name": "AzuresqlImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/azuresql-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a AzuresqlImport job" }, { "info": { "name": "AzuresqlImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/azuresql-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a AzuresqlImport job" }, { "info": { "name": "AzuresqlImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/azuresql-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a AzuresqlImport job" }, { "info": { "name": "BigcommerceExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigcommerce-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigcommerceExportAudience job" }, { "info": { "name": "BigcommerceExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigcommerce-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigcommerceExportAudience job" }, { "info": { "name": "BigcommerceExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigcommerce-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigcommerceExportAudience job" }, { "info": { "name": "BigcommerceImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigcommerce-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigcommerceImportOpus job" }, { "info": { "name": "BigcommerceImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigcommerce-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigcommerceImportOpus job" }, { "info": { "name": "BigcommerceImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigcommerce-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigcommerceImportOpus job" }, { "info": { "name": "BigqueryEntstoreExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-entstore-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryEntstoreExport job" }, { "info": { "name": "BigqueryEntstoreExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-entstore-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryEntstoreExport job" }, { "info": { "name": "BigqueryEntstoreExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-entstore-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryEntstoreExport job" }, { "info": { "name": "BigqueryEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryEventExport job" }, { "info": { "name": "BigqueryEventExportConductor: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-event-export-conductor", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryEventExportConductor job" }, { "info": { "name": "BigqueryEventExportConductor: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-event-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryEventExportConductor job" }, { "info": { "name": "BigqueryEventExportConductor: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-event-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryEventExportConductor job" }, { "info": { "name": "BigqueryEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryEventExport job" }, { "info": { "name": "BigqueryEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryEventExport job" }, { "info": { "name": "BigqueryImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryImport job" }, { "info": { "name": "BigqueryImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryImport job" }, { "info": { "name": "BigqueryImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryImport job" }, { "info": { "name": "BigqueryMLCreate: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-ml-create", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryMLCreate job" }, { "info": { "name": "BigqueryMLCreate: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-ml-create/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryMLCreate job" }, { "info": { "name": "BigqueryMLCreate: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-ml-create/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryMLCreate job" }, { "info": { "name": "BigquerySegChanges: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-seg-changes", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigquerySegChanges job" }, { "info": { "name": "BigquerySegChanges: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-seg-changes/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigquerySegChanges job" }, { "info": { "name": "BigquerySegChanges: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-seg-changes/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigquerySegChanges job" }, { "info": { "name": "BigqueryUserExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bigquery-user-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BigqueryUserExport job" }, { "info": { "name": "BigqueryUserExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bigquery-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BigqueryUserExport job" }, { "info": { "name": "BigqueryUserExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bigquery-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BigqueryUserExport job" }, { "info": { "name": "BluehornetExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bluehornet-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BluehornetExport job" }, { "info": { "name": "BluehornetExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bluehornet-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BluehornetExport job" }, { "info": { "name": "BluehornetExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bluehornet-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BluehornetExport job" }, { "info": { "name": "BluehornetImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bluehornet-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BluehornetImport job" }, { "info": { "name": "BluehornetImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bluehornet-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BluehornetImportOpus job" }, { "info": { "name": "BluehornetImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bluehornet-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BluehornetImportOpus job" }, { "info": { "name": "BluehornetImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bluehornet-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BluehornetImportOpus job" }, { "info": { "name": "BluehornetImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bluehornet-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BluehornetImport job" }, { "info": { "name": "BluehornetImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bluehornet-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BluehornetImport job" }, { "info": { "name": "BluekaiSftpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bluekai-sftp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BluekaiSftpExport job" }, { "info": { "name": "BluekaiSftpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bluekai-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BluekaiSftpExport job" }, { "info": { "name": "BluekaiSftpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bluekai-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BluekaiSftpExport job" }, { "info": { "name": "BlueshiftExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/blueshift-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BlueshiftExport job" }, { "info": { "name": "BlueshiftExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/blueshift-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BlueshiftExport job" }, { "info": { "name": "BlueshiftExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/blueshift-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BlueshiftExport job" }, { "info": { "name": "BqAudienceDefExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bq-audience-def-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BqAudienceDefExport job" }, { "info": { "name": "BqAudienceDefExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bq-audience-def-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BqAudienceDefExport job" }, { "info": { "name": "BqAudienceDefExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bq-audience-def-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BqAudienceDefExport job" }, { "info": { "name": "BqMetricExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bq-metric-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BqMetricExport job" }, { "info": { "name": "BqMetricExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bq-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BqMetricExport job" }, { "info": { "name": "BqMetricExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bq-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BqMetricExport job" }, { "info": { "name": "BqSystemEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/bq-system-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BqSystemEventExport job" }, { "info": { "name": "BqSystemEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/bq-system-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BqSystemEventExport job" }, { "info": { "name": "BqSystemEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/bq-system-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BqSystemEventExport job" }, { "info": { "name": "BrazeEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/braze-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BrazeEventExport job" }, { "info": { "name": "BrazeEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/braze-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BrazeEventExport job" }, { "info": { "name": "BrazeEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/braze-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BrazeEventExport job" }, { "info": { "name": "BrazeExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/braze-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BrazeExport job" }, { "info": { "name": "BrazeExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/braze-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BrazeExport job" }, { "info": { "name": "BrazeExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/braze-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BrazeExport job" }, { "info": { "name": "BrazePurchaseExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/braze-purchase-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BrazePurchaseExport job" }, { "info": { "name": "BrazePurchaseExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/braze-purchase-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BrazePurchaseExport job" }, { "info": { "name": "BrazePurchaseExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/braze-purchase-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BrazePurchaseExport job" }, { "info": { "name": "BrevoExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/brevo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BrevoExport job" }, { "info": { "name": "BrevoExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/brevo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BrevoExport job" }, { "info": { "name": "BrevoExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/brevo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BrevoExport job" }, { "info": { "name": "BrevoImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/brevo-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a BrevoImport job" }, { "info": { "name": "BrevoImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/brevo-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a BrevoImport job" }, { "info": { "name": "BrevoImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/brevo-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a BrevoImport job" }, { "info": { "name": "CampaignmonitorActivate: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/campaignmonitor-activate", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CampaignmonitorActivate job" }, { "info": { "name": "CampaignmonitorActivate: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/campaignmonitor-activate/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CampaignmonitorActivate job" }, { "info": { "name": "CampaignmonitorActivate: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/campaignmonitor-activate/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CampaignmonitorActivate job" }, { "info": { "name": "CampaignmonitorImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/campaignmonitor-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CampaignmonitorImport job" }, { "info": { "name": "CampaignmonitorImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/campaignmonitor-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CampaignmonitorImport job" }, { "info": { "name": "CampaignmonitorImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/campaignmonitor-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CampaignmonitorImport job" }, { "info": { "name": "CheetahExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/cheetah-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CheetahExportAudience job" }, { "info": { "name": "CheetahExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/cheetah-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CheetahExportAudience job" }, { "info": { "name": "CheetahExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/cheetah-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CheetahExportAudience job" }, { "info": { "name": "ClearbitEnrich: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/clearbit-enrich", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ClearbitEnrich job" }, { "info": { "name": "ClearbitEnrich: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/clearbit-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ClearbitEnrich job" }, { "info": { "name": "ClearbitEnrich: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/clearbit-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ClearbitEnrich job" }, { "info": { "name": "ContentstackAudienceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/contentstack-audience-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackAudienceExport job" }, { "info": { "name": "ContentstackAudienceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/contentstack-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ContentstackAudienceExport job" }, { "info": { "name": "ContentstackAudienceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/contentstack-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackAudienceExport job" }, { "info": { "name": "ContentstackGenerateVisitors: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/contentstack-generate-visitors", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackGenerateVisitors job" }, { "info": { "name": "ContentstackGenerateVisitors: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/contentstack-generate-visitors/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ContentstackGenerateVisitors job" }, { "info": { "name": "ContentstackGenerateVisitors: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/contentstack-generate-visitors/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackGenerateVisitors job" }, { "info": { "name": "ContentstackImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/contentstack-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackImport job" }, { "info": { "name": "ContentstackImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/contentstack-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ContentstackImport job" }, { "info": { "name": "ContentstackImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/contentstack-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackImport job" }, { "info": { "name": "ContentstackSchemaExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/contentstack-schema-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ContentstackSchemaExport job" }, { "info": { "name": "ContentstackSchemaExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/contentstack-schema-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ContentstackSchemaExport job" }, { "info": { "name": "ContentstackSchemaExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/contentstack-schema-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ContentstackSchemaExport job" }, { "info": { "name": "CordialBulkExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/cordial-bulk-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CordialBulkExport job" }, { "info": { "name": "CordialBulkExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/cordial-bulk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CordialBulkExport job" }, { "info": { "name": "CordialBulkExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/cordial-bulk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CordialBulkExport job" }, { "info": { "name": "CordialExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/cordial-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CordialExport job" }, { "info": { "name": "CordialExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/cordial-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CordialExport job" }, { "info": { "name": "CordialExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/cordial-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CordialExport job" }, { "info": { "name": "CordialImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/cordial-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CordialImport job" }, { "info": { "name": "CordialImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/cordial-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CordialImport job" }, { "info": { "name": "CordialImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/cordial-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CordialImport job" }, { "info": { "name": "CriteoExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/criteo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CriteoExport job" }, { "info": { "name": "CriteoExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/criteo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CriteoExport job" }, { "info": { "name": "CriteoExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/criteo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CriteoExport job" }, { "info": { "name": "CustomerioEvents: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/customerio-events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CustomerioEvents job" }, { "info": { "name": "CustomerioEvents: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/customerio-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CustomerioEvents job" }, { "info": { "name": "CustomerioEvents: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/customerio-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CustomerioEvents job" }, { "info": { "name": "CustomerioSegments: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/customerio-segments", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a CustomerioSegments job" }, { "info": { "name": "CustomerioSegments: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/customerio-segments/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a CustomerioSegments job" }, { "info": { "name": "CustomerioSegments: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/customerio-segments/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a CustomerioSegments job" }, { "info": { "name": "DatabricksAudienceChangesExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-audience-changes-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksAudienceChangesExport job" }, { "info": { "name": "DatabricksAudienceChangesExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-audience-changes-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksAudienceChangesExport job" }, { "info": { "name": "DatabricksAudienceChangesExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-audience-changes-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksAudienceChangesExport job" }, { "info": { "name": "DatabricksEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksEventExport job" }, { "info": { "name": "DatabricksEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksEventExport job" }, { "info": { "name": "DatabricksEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksEventExport job" }, { "info": { "name": "DatabricksExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksExport job" }, { "info": { "name": "DatabricksExportConductor: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-export-conductor", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksExportConductor job" }, { "info": { "name": "DatabricksExportConductor: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksExportConductor job" }, { "info": { "name": "DatabricksExportConductor: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksExportConductor job" }, { "info": { "name": "DatabricksExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksExport job" }, { "info": { "name": "DatabricksExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksExport job" }, { "info": { "name": "DatabricksImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksImport job" }, { "info": { "name": "DatabricksImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksImport job" }, { "info": { "name": "DatabricksImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksImport job" }, { "info": { "name": "DatabricksMetricExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-metric-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksMetricExport job" }, { "info": { "name": "DatabricksMetricExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksMetricExport job" }, { "info": { "name": "DatabricksMetricExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksMetricExport job" }, { "info": { "name": "DatabricksSystemEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/databricks-system-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DatabricksSystemEventExport job" }, { "info": { "name": "DatabricksSystemEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/databricks-system-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DatabricksSystemEventExport job" }, { "info": { "name": "DatabricksSystemEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/databricks-system-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DatabricksSystemEventExport job" }, { "info": { "name": "DotmailerExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/dotmailer-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DotmailerExport job" }, { "info": { "name": "DotmailerExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/dotmailer-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DotmailerExport job" }, { "info": { "name": "DotmailerExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/dotmailer-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DotmailerExport job" }, { "info": { "name": "DotmailerImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/dotmailer-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DotmailerImport job" }, { "info": { "name": "DotmailerImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/dotmailer-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DotmailerImport job" }, { "info": { "name": "DotmailerImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/dotmailer-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DotmailerImport job" }, { "info": { "name": "DotmailerMultiSegExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/dotmailer-multi-seg-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DotmailerMultiSegExport job" }, { "info": { "name": "DotmailerMultiSegExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/dotmailer-multi-seg-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DotmailerMultiSegExport job" }, { "info": { "name": "DotmailerMultiSegExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/dotmailer-multi-seg-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DotmailerMultiSegExport job" }, { "info": { "name": "DriftImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/drift-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a DriftImport job" }, { "info": { "name": "DriftImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/drift-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a DriftImport job" }, { "info": { "name": "DriftImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/drift-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a DriftImport job" }, { "info": { "name": "EloquaCDOExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/eloqua-cdo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EloquaCDOExport job" }, { "info": { "name": "EloquaCDOExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/eloqua-cdo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EloquaCDOExport job" }, { "info": { "name": "EloquaCDOExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/eloqua-cdo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EloquaCDOExport job" }, { "info": { "name": "EloquaExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/eloqua-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EloquaExport job" }, { "info": { "name": "EloquaExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/eloqua-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EloquaExport job" }, { "info": { "name": "EloquaExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/eloqua-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EloquaExport job" }, { "info": { "name": "EloquaImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/eloqua-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EloquaImport job" }, { "info": { "name": "EloquaImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/eloqua-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EloquaImport job" }, { "info": { "name": "EloquaImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/eloqua-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EloquaImport job" }, { "info": { "name": "EmailAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/email-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EmailAlerts job" }, { "info": { "name": "EmailAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/email-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EmailAlerts job" }, { "info": { "name": "EmailAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/email-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EmailAlerts job" }, { "info": { "name": "EmailEventQuotaAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/email-event-quota-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EmailEventQuotaAlerts job" }, { "info": { "name": "EmailEventQuotaAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/email-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EmailEventQuotaAlerts job" }, { "info": { "name": "EmailEventQuotaAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/email-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EmailEventQuotaAlerts job" }, { "info": { "name": "EpiserverExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/episerver-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EpiserverExportAudience job" }, { "info": { "name": "EpiserverExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/episerver-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EpiserverExportAudience job" }, { "info": { "name": "EpiserverExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/episerver-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EpiserverExportAudience job" }, { "info": { "name": "EpiserverImportActivity: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/episerver-import-activity", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EpiserverImportActivity job" }, { "info": { "name": "EpiserverImportActivity: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/episerver-import-activity/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EpiserverImportActivity job" }, { "info": { "name": "EpiserverImportActivity: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/episerver-import-activity/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EpiserverImportActivity job" }, { "info": { "name": "EpiserverImportRecipientsOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/episerver-import-recipients-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a EpiserverImportRecipientsOpus job" }, { "info": { "name": "EpiserverImportRecipientsOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/episerver-import-recipients-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a EpiserverImportRecipientsOpus job" }, { "info": { "name": "EpiserverImportRecipientsOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/episerver-import-recipients-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a EpiserverImportRecipientsOpus job" }, { "info": { "name": "FacebookAudiencePopulate: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/facebook-audience-populate", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FacebookAudiencePopulate job" }, { "info": { "name": "FacebookAudiencePopulate: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/facebook-audience-populate/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FacebookAudiencePopulate job" }, { "info": { "name": "FacebookAudiencePopulate: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/facebook-audience-populate/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FacebookAudiencePopulate job" }, { "info": { "name": "FacebookConversionApi: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/facebook-conversion-api", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FacebookConversionApi job" }, { "info": { "name": "FacebookConversionApi: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/facebook-conversion-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FacebookConversionApi job" }, { "info": { "name": "FacebookConversionApi: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/facebook-conversion-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FacebookConversionApi job" }, { "info": { "name": "FacebookWebAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/facebook-web-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FacebookWebAudience job" }, { "info": { "name": "FacebookWebAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/facebook-web-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FacebookWebAudience job" }, { "info": { "name": "FacebookWebAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/facebook-web-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FacebookWebAudience job" }, { "info": { "name": "FullcontactEmail: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/fullcontact-email", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FullcontactEmail job" }, { "info": { "name": "FullcontactEmail: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/fullcontact-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FullcontactEmail job" }, { "info": { "name": "FullcontactEmail: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/fullcontact-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FullcontactEmail job" }, { "info": { "name": "FullcontactPhone: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/fullcontact-phone", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FullcontactPhone job" }, { "info": { "name": "FullcontactPhone: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/fullcontact-phone/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FullcontactPhone job" }, { "info": { "name": "FullcontactPhone: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/fullcontact-phone/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FullcontactPhone job" }, { "info": { "name": "FullcontactTwitter: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/fullcontact-twitter", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a FullcontactTwitter job" }, { "info": { "name": "FullcontactTwitter: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/fullcontact-twitter/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a FullcontactTwitter job" }, { "info": { "name": "FullcontactTwitter: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/fullcontact-twitter/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a FullcontactTwitter job" }, { "info": { "name": "Ga4_MeasurementProtocolAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Ga4_MeasurementProtocolAudience job" }, { "info": { "name": "Ga4_MeasurementProtocolAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a Ga4_MeasurementProtocolAudience job" }, { "info": { "name": "Ga4_MeasurementProtocolAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Ga4_MeasurementProtocolAudience job" }, { "info": { "name": "Ga4_MeasurementProtocolEvent: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-event", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a Ga4_MeasurementProtocolEvent job" }, { "info": { "name": "Ga4_MeasurementProtocolEvent: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-event/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a Ga4_MeasurementProtocolEvent job" }, { "info": { "name": "Ga4_MeasurementProtocolEvent: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/ga4-measurement-protocol-event/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Ga4_MeasurementProtocolEvent job" }, { "info": { "name": "GcsCsvExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/gcs-csv-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GcsCsvExport job" }, { "info": { "name": "GcsCsvExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/gcs-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GcsCsvExport job" }, { "info": { "name": "GcsCsvExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/gcs-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GcsCsvExport job" }, { "info": { "name": "GcsEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/gcs-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GcsEventExport job" }, { "info": { "name": "GcsEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/gcs-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GcsEventExport job" }, { "info": { "name": "GcsEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/gcs-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GcsEventExport job" }, { "info": { "name": "GcsImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/gcs-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GcsImportOpus job" }, { "info": { "name": "GcsImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/gcs-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GcsImportOpus job" }, { "info": { "name": "GcsImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/gcs-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GcsImportOpus job" }, { "info": { "name": "GigyaExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/gigya-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GigyaExport job" }, { "info": { "name": "GigyaExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/gigya-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GigyaExport job" }, { "info": { "name": "GigyaExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/gigya-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GigyaExport job" }, { "info": { "name": "GigyaImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/gigya-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GigyaImport job" }, { "info": { "name": "GigyaImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/gigya-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GigyaImport job" }, { "info": { "name": "GigyaImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/gigya-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GigyaImport job" }, { "info": { "name": "GoogleCM360_Conversion_Export: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-cm360-conversion-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleCM360_Conversion_Export job" }, { "info": { "name": "GoogleCM360_Conversion_Export: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-cm360-conversion-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleCM360_Conversion_Export job" }, { "info": { "name": "GoogleCM360_Conversion_Export: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-cm360-conversion-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleCM360_Conversion_Export job" }, { "info": { "name": "GoogleDv360_CustomerMatch: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-dv360-customer-match", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleDv360_CustomerMatch job" }, { "info": { "name": "GoogleDv360_CustomerMatch: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-dv360-customer-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleDv360_CustomerMatch job" }, { "info": { "name": "GoogleDv360_CustomerMatch: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-dv360-customer-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleDv360_CustomerMatch job" }, { "info": { "name": "GoogleDv360_Export: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-dv360-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleDv360_Export job" }, { "info": { "name": "GoogleDv360_Export: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-dv360-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleDv360_Export job" }, { "info": { "name": "GoogleDv360_Export: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-dv360-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleDv360_Export job" }, { "info": { "name": "GoogleEnhancedConversions: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-enhanced-conversions", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleEnhancedConversions job" }, { "info": { "name": "GoogleEnhancedConversions: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-enhanced-conversions/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleEnhancedConversions job" }, { "info": { "name": "GoogleEnhancedConversions: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-enhanced-conversions/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleEnhancedConversions job" }, { "info": { "name": "GooglePubsubEgress: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-pubsub-egress", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GooglePubsubEgress job" }, { "info": { "name": "GooglePubsubEgress: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-pubsub-egress/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GooglePubsubEgress job" }, { "info": { "name": "GooglePubsubEgress: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-pubsub-egress/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GooglePubsubEgress job" }, { "info": { "name": "GooglePubsubStreamExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-pubsub-stream-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GooglePubsubStreamExport job" }, { "info": { "name": "GooglePubsubStreamExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-pubsub-stream-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GooglePubsubStreamExport job" }, { "info": { "name": "GooglePubsubStreamExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-pubsub-stream-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GooglePubsubStreamExport job" }, { "info": { "name": "GoogleSheetsExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-sheets-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleSheetsExportAudience job" }, { "info": { "name": "GoogleSheetsExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-sheets-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleSheetsExportAudience job" }, { "info": { "name": "GoogleSheetsExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-sheets-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleSheetsExportAudience job" }, { "info": { "name": "GoogleTagManagerSetup: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/google-tag-manager-setup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GoogleTagManagerSetup job" }, { "info": { "name": "GoogleTagManagerSetup: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/google-tag-manager-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GoogleTagManagerSetup job" }, { "info": { "name": "GoogleTagManagerSetup: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/google-tag-manager-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GoogleTagManagerSetup job" }, { "info": { "name": "GooglesheetsImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/googlesheets-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a GooglesheetsImportOpus job" }, { "info": { "name": "GooglesheetsImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/googlesheets-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a GooglesheetsImportOpus job" }, { "info": { "name": "GooglesheetsImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/googlesheets-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a GooglesheetsImportOpus job" }, { "info": { "name": "HubspotExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/hubspot-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a HubspotExport job" }, { "info": { "name": "HubspotExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/hubspot-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a HubspotExport job" }, { "info": { "name": "HubspotExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/hubspot-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a HubspotExport job" }, { "info": { "name": "HubspotImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/hubspot-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a HubspotImport job" }, { "info": { "name": "HubspotImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/hubspot-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a HubspotImport job" }, { "info": { "name": "HubspotImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/hubspot-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a HubspotImport job" }, { "info": { "name": "IcontactExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/icontact-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IcontactExport job" }, { "info": { "name": "IcontactExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/icontact-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a IcontactExport job" }, { "info": { "name": "IcontactExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/icontact-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IcontactExport job" }, { "info": { "name": "IcontactImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/icontact-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IcontactImport job" }, { "info": { "name": "IcontactImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/icontact-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a IcontactImport job" }, { "info": { "name": "IcontactImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/icontact-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IcontactImport job" }, { "info": { "name": "InfobipExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/infobip-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InfobipExport job" }, { "info": { "name": "InfobipExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/infobip-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a InfobipExport job" }, { "info": { "name": "InfobipExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/infobip-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InfobipExport job" }, { "info": { "name": "InfobipImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/infobip-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InfobipImport job" }, { "info": { "name": "InfobipImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/infobip-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a InfobipImport job" }, { "info": { "name": "InfobipImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/infobip-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InfobipImport job" }, { "info": { "name": "InfobipSmsSend: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/infobip-sms-send", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InfobipSmsSend job" }, { "info": { "name": "InfobipSmsSend: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/infobip-sms-send/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a InfobipSmsSend job" }, { "info": { "name": "InfobipSmsSend: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/infobip-sms-send/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InfobipSmsSend job" }, { "info": { "name": "InsiderExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/insider-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a InsiderExportAudience job" }, { "info": { "name": "InsiderExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/insider-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a InsiderExportAudience job" }, { "info": { "name": "InsiderExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/insider-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a InsiderExportAudience job" }, { "info": { "name": "IterableExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/iterable-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IterableExport job" }, { "info": { "name": "IterableExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/iterable-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a IterableExport job" }, { "info": { "name": "IterableExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/iterable-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IterableExport job" }, { "info": { "name": "IterableImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/iterable-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a IterableImport job" }, { "info": { "name": "IterableImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/iterable-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a IterableImport job" }, { "info": { "name": "IterableImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/iterable-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a IterableImport job" }, { "info": { "name": "KlaviyoExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/klaviyo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a KlaviyoExport job" }, { "info": { "name": "KlaviyoExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/klaviyo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a KlaviyoExport job" }, { "info": { "name": "KlaviyoExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/klaviyo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a KlaviyoExport job" }, { "info": { "name": "KlaviyoImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/klaviyo-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a KlaviyoImportOpus job" }, { "info": { "name": "KlaviyoImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/klaviyo-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a KlaviyoImportOpus job" }, { "info": { "name": "KlaviyoImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/klaviyo-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a KlaviyoImportOpus job" }, { "info": { "name": "LeadsquaredExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/leadsquared-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LeadsquaredExport job" }, { "info": { "name": "LeadsquaredExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/leadsquared-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LeadsquaredExport job" }, { "info": { "name": "LeadsquaredExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/leadsquared-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LeadsquaredExport job" }, { "info": { "name": "LeadsquaredImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/leadsquared-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LeadsquaredImport job" }, { "info": { "name": "LeadsquaredImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/leadsquared-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LeadsquaredImport job" }, { "info": { "name": "LeadsquaredImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/leadsquared-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LeadsquaredImport job" }, { "info": { "name": "LineadsAudienceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lineads-audience-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LineadsAudienceExport job" }, { "info": { "name": "LineadsAudienceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lineads-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LineadsAudienceExport job" }, { "info": { "name": "LineadsAudienceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lineads-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LineadsAudienceExport job" }, { "info": { "name": "LinkedinConversionApi: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/linkedin-conversion-api", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LinkedinConversionApi job" }, { "info": { "name": "LinkedinConversionApi: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/linkedin-conversion-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LinkedinConversionApi job" }, { "info": { "name": "LinkedinConversionApi: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/linkedin-conversion-api/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LinkedinConversionApi job" }, { "info": { "name": "LinkedinExistingConversionRule: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/linkedin-existing-conversion-rule", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LinkedinExistingConversionRule job" }, { "info": { "name": "LinkedinExistingConversionRule: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/linkedin-existing-conversion-rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LinkedinExistingConversionRule job" }, { "info": { "name": "LinkedinExistingConversionRule: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/linkedin-existing-conversion-rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LinkedinExistingConversionRule job" }, { "info": { "name": "LinkedinExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/linkedin-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LinkedinExportAudience job" }, { "info": { "name": "LinkedinExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/linkedin-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LinkedinExportAudience job" }, { "info": { "name": "LinkedinExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/linkedin-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LinkedinExportAudience job" }, { "info": { "name": "LiverampCsvExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/liveramp-csv-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LiverampCsvExport job" }, { "info": { "name": "LiverampCsvExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/liveramp-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LiverampCsvExport job" }, { "info": { "name": "LiverampCsvExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/liveramp-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LiverampCsvExport job" }, { "info": { "name": "LiverampIdentifierExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/liveramp-identifier-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LiverampIdentifierExport job" }, { "info": { "name": "LiverampIdentifierExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/liveramp-identifier-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LiverampIdentifierExport job" }, { "info": { "name": "LiverampIdentifierExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/liveramp-identifier-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LiverampIdentifierExport job" }, { "info": { "name": "LiverampRampIDEnrichment: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/liveramp-ramp-id-enrichment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LiverampRampIDEnrichment job" }, { "info": { "name": "LiverampRampIDEnrichment: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/liveramp-ramp-id-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LiverampRampIDEnrichment job" }, { "info": { "name": "LiverampRampIDEnrichment: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/liveramp-ramp-id-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LiverampRampIDEnrichment job" }, { "info": { "name": "LiverampS3_Export: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/liveramp-s3-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LiverampS3_Export job" }, { "info": { "name": "LiverampS3_Export: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/liveramp-s3-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LiverampS3_Export job" }, { "info": { "name": "LiverampS3_Export: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/liveramp-s3-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LiverampS3_Export job" }, { "info": { "name": "LiverampSftpExportEu: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/liveramp-sftp-export-eu", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LiverampSftpExportEu job" }, { "info": { "name": "LiverampSftpExportEu: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/liveramp-sftp-export-eu/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LiverampSftpExportEu job" }, { "info": { "name": "LiverampSftpExportEu: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/liveramp-sftp-export-eu/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LiverampSftpExportEu job" }, { "info": { "name": "LocalyticsActivityImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/localytics-activity-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LocalyticsActivityImport job" }, { "info": { "name": "LocalyticsActivityImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/localytics-activity-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LocalyticsActivityImport job" }, { "info": { "name": "LocalyticsActivityImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/localytics-activity-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LocalyticsActivityImport job" }, { "info": { "name": "LocalyticsExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/localytics-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LocalyticsExportAudience job" }, { "info": { "name": "LocalyticsExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/localytics-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LocalyticsExportAudience job" }, { "info": { "name": "LocalyticsExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/localytics-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LocalyticsExportAudience job" }, { "info": { "name": "LocalyticsProfileImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/localytics-profile-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LocalyticsProfileImport job" }, { "info": { "name": "LocalyticsProfileImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/localytics-profile-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LocalyticsProfileImport job" }, { "info": { "name": "LocalyticsProfileImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/localytics-profile-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LocalyticsProfileImport job" }, { "info": { "name": "LocalyticsPush: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/localytics-push", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LocalyticsPush job" }, { "info": { "name": "LocalyticsPush: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/localytics-push/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LocalyticsPush job" }, { "info": { "name": "LocalyticsPush: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/localytics-push/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LocalyticsPush job" }, { "info": { "name": "LotameExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lotame-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LotameExport job" }, { "info": { "name": "LotameExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lotame-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LotameExport job" }, { "info": { "name": "LotameExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lotame-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LotameExport job" }, { "info": { "name": "LyticsConductorExportCc: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-conductor-export-cc", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsConductorExportCc job" }, { "info": { "name": "LyticsConductorExportCc: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-conductor-export-cc/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsConductorExportCc job" }, { "info": { "name": "LyticsConductorExportCc: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-conductor-export-cc/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsConductorExportCc job" }, { "info": { "name": "LyticsContentEnrich: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-content-enrich", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsContentEnrich job" }, { "info": { "name": "LyticsContentEnrich: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-content-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsContentEnrich job" }, { "info": { "name": "LyticsContentEnrich: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-content-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsContentEnrich job" }, { "info": { "name": "LyticsFieldModel: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-field-model", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsFieldModel job" }, { "info": { "name": "LyticsFieldModel: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-field-model/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsFieldModel job" }, { "info": { "name": "LyticsFieldModel: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-field-model/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsFieldModel job" }, { "info": { "name": "LyticsSegModel: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-seg-model", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsSegModel job" }, { "info": { "name": "LyticsSegModel: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-seg-model/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsSegModel job" }, { "info": { "name": "LyticsSegModel: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-seg-model/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsSegModel job" }, { "info": { "name": "LyticsSFTPEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-sftp-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsSFTPEventExport job" }, { "info": { "name": "LyticsSFTPEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-sftp-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsSFTPEventExport job" }, { "info": { "name": "LyticsSFTPEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-sftp-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsSFTPEventExport job" }, { "info": { "name": "LyticsSftpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-sftp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsSftpExport job" }, { "info": { "name": "LyticsSftpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsSftpExport job" }, { "info": { "name": "LyticsSftpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsSftpExport job" }, { "info": { "name": "LyticsSftpJsonExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-sftp-json-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsSftpJsonExport job" }, { "info": { "name": "LyticsSftpJsonExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-sftp-json-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsSftpJsonExport job" }, { "info": { "name": "LyticsSftpJsonExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-sftp-json-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsSftpJsonExport job" }, { "info": { "name": "LyticsSimpleExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/lytics-simple-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a LyticsSimpleExport job" }, { "info": { "name": "LyticsSimpleExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/lytics-simple-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a LyticsSimpleExport job" }, { "info": { "name": "LyticsSimpleExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/lytics-simple-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a LyticsSimpleExport job" }, { "info": { "name": "MailchimpList: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mailchimp-list", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MailchimpList job" }, { "info": { "name": "MailchimpList: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mailchimp-list/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MailchimpList job" }, { "info": { "name": "MailchimpList: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mailchimp-list/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MailchimpList job" }, { "info": { "name": "MailchimpSubscribersImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mailchimp-subscribers-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MailchimpSubscribersImport job" }, { "info": { "name": "MailchimpSubscribersImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mailchimp-subscribers-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MailchimpSubscribersImport job" }, { "info": { "name": "MailchimpSubscribersImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mailchimp-subscribers-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MailchimpSubscribersImport job" }, { "info": { "name": "MailchimpWebhooks: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mailchimp-webhooks", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MailchimpWebhooks job" }, { "info": { "name": "MailchimpWebhooks: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mailchimp-webhooks/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MailchimpWebhooks job" }, { "info": { "name": "MailchimpWebhooks: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mailchimp-webhooks/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MailchimpWebhooks job" }, { "info": { "name": "MailgunSetup: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mailgun-setup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MailgunSetup job" }, { "info": { "name": "MailgunSetup: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mailgun-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MailgunSetup job" }, { "info": { "name": "MailgunSetup: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mailgun-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MailgunSetup job" }, { "info": { "name": "MandrillSetup: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mandrill-setup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MandrillSetup job" }, { "info": { "name": "MandrillSetup: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mandrill-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MandrillSetup job" }, { "info": { "name": "MandrillSetup: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mandrill-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MandrillSetup job" }, { "info": { "name": "MappSftpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mapp-sftp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MappSftpExport job" }, { "info": { "name": "MappSftpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mapp-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MappSftpExport job" }, { "info": { "name": "MappSftpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mapp-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MappSftpExport job" }, { "info": { "name": "MappTriggerExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mapp-trigger-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MappTriggerExport job" }, { "info": { "name": "MappTriggerExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mapp-trigger-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MappTriggerExport job" }, { "info": { "name": "MappTriggerExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mapp-trigger-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MappTriggerExport job" }, { "info": { "name": "MarketingcloudDataExtExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudDataExtExport job" }, { "info": { "name": "MarketingcloudDataExtExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudDataExtExport job" }, { "info": { "name": "MarketingcloudDataExtExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudDataExtExport job" }, { "info": { "name": "MarketingcloudDataExtImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudDataExtImport job" }, { "info": { "name": "MarketingcloudDataExtImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudDataExtImport job" }, { "info": { "name": "MarketingcloudDataExtImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-data-ext-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudDataExtImport job" }, { "info": { "name": "MarketingcloudExportLists: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-export-lists", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudExportLists job" }, { "info": { "name": "MarketingcloudExportLists: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-export-lists/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudExportLists job" }, { "info": { "name": "MarketingcloudExportLists: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-export-lists/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudExportLists job" }, { "info": { "name": "MarketingcloudImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudImport job" }, { "info": { "name": "MarketingcloudImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudImport job" }, { "info": { "name": "MarketingcloudImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudImport job" }, { "info": { "name": "MarketingcloudJourney: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-journey", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudJourney job" }, { "info": { "name": "MarketingcloudJourney: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-journey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudJourney job" }, { "info": { "name": "MarketingcloudJourney: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-journey/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudJourney job" }, { "info": { "name": "MarketingcloudNewDataExtExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketingcloud-new-data-ext-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketingcloudNewDataExtExport job" }, { "info": { "name": "MarketingcloudNewDataExtExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketingcloud-new-data-ext-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketingcloudNewDataExtExport job" }, { "info": { "name": "MarketingcloudNewDataExtExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketingcloud-new-data-ext-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketingcloudNewDataExtExport job" }, { "info": { "name": "MarketoExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketoExport job" }, { "info": { "name": "MarketoExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketoExport job" }, { "info": { "name": "MarketoExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketoExport job" }, { "info": { "name": "MarketoImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/marketo-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MarketoImport job" }, { "info": { "name": "MarketoImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/marketo-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MarketoImport job" }, { "info": { "name": "MarketoImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/marketo-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MarketoImport job" }, { "info": { "name": "MaropostExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/maropost-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MaropostExport job" }, { "info": { "name": "MaropostExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/maropost-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MaropostExport job" }, { "info": { "name": "MaropostExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/maropost-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MaropostExport job" }, { "info": { "name": "MaropostImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/maropost-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MaropostImport job" }, { "info": { "name": "MaropostImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/maropost-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MaropostImport job" }, { "info": { "name": "MaropostImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/maropost-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MaropostImport job" }, { "info": { "name": "MediamathExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mediamath-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MediamathExport job" }, { "info": { "name": "MediamathExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mediamath-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MediamathExport job" }, { "info": { "name": "MediamathExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mediamath-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MediamathExport job" }, { "info": { "name": "MessagecentralEmail: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/messagecentral-email", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MessagecentralEmail job" }, { "info": { "name": "MessagecentralEmail: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/messagecentral-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MessagecentralEmail job" }, { "info": { "name": "MessagecentralEmail: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/messagecentral-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MessagecentralEmail job" }, { "info": { "name": "MessagecentralExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/messagecentral-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MessagecentralExport job" }, { "info": { "name": "MessagecentralExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/messagecentral-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MessagecentralExport job" }, { "info": { "name": "MessagecentralExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/messagecentral-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MessagecentralExport job" }, { "info": { "name": "MicrosoftCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/microsoft-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MicrosoftCapiExport job" }, { "info": { "name": "MicrosoftCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/microsoft-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MicrosoftCapiExport job" }, { "info": { "name": "MicrosoftCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/microsoft-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MicrosoftCapiExport job" }, { "info": { "name": "MicrosoftExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/microsoft-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MicrosoftExportAudience job" }, { "info": { "name": "MicrosoftExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/microsoft-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MicrosoftExportAudience job" }, { "info": { "name": "MicrosoftExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/microsoft-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MicrosoftExportAudience job" }, { "info": { "name": "MixpanelImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/mixpanel-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MixpanelImport job" }, { "info": { "name": "MixpanelImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/mixpanel-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MixpanelImport job" }, { "info": { "name": "MixpanelImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/mixpanel-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MixpanelImport job" }, { "info": { "name": "MsTeamsAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/ms-teams-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MsTeamsAlerts job" }, { "info": { "name": "MsTeamsAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/ms-teams-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MsTeamsAlerts job" }, { "info": { "name": "MsTeamsAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/ms-teams-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MsTeamsAlerts job" }, { "info": { "name": "MsTeamsEventQuotaAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/ms-teams-event-quota-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a MsTeamsEventQuotaAlerts job" }, { "info": { "name": "MsTeamsEventQuotaAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/ms-teams-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a MsTeamsEventQuotaAlerts job" }, { "info": { "name": "MsTeamsEventQuotaAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/ms-teams-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a MsTeamsEventQuotaAlerts job" }, { "info": { "name": "NetsuiteImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/netsuite-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a NetsuiteImportOpus job" }, { "info": { "name": "NetsuiteImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/netsuite-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a NetsuiteImportOpus job" }, { "info": { "name": "NetsuiteImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/netsuite-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a NetsuiteImportOpus job" }, { "info": { "name": "NewrelicInsightsMonitoring: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/newrelic-insights-monitoring", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a NewrelicInsightsMonitoring job" }, { "info": { "name": "NewrelicInsightsMonitoring: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/newrelic-insights-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a NewrelicInsightsMonitoring job" }, { "info": { "name": "NewrelicInsightsMonitoring: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/newrelic-insights-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a NewrelicInsightsMonitoring job" }, { "info": { "name": "OmedaSftpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/omeda-sftp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OmedaSftpExport job" }, { "info": { "name": "OmedaSftpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/omeda-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a OmedaSftpExport job" }, { "info": { "name": "OmedaSftpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/omeda-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OmedaSftpExport job" }, { "info": { "name": "OnesignalExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/onesignal-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OnesignalExport job" }, { "info": { "name": "OnesignalExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/onesignal-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a OnesignalExport job" }, { "info": { "name": "OnesignalExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/onesignal-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OnesignalExport job" }, { "info": { "name": "OnesignalImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/onesignal-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OnesignalImport job" }, { "info": { "name": "OnesignalImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/onesignal-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a OnesignalImport job" }, { "info": { "name": "OnesignalImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/onesignal-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OnesignalImport job" }, { "info": { "name": "OptimizelyExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/optimizely-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OptimizelyExport job" }, { "info": { "name": "OptimizelyExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/optimizely-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a OptimizelyExport job" }, { "info": { "name": "OptimizelyExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/optimizely-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OptimizelyExport job" }, { "info": { "name": "OptimizelyOdpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/optimizely-odp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a OptimizelyOdpExport job" }, { "info": { "name": "OptimizelyOdpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/optimizely-odp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a OptimizelyOdpExport job" }, { "info": { "name": "OptimizelyOdpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/optimizely-odp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a OptimizelyOdpExport job" }, { "info": { "name": "PardotExportProspects: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pardot-export-prospects", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PardotExportProspects job" }, { "info": { "name": "PardotExportProspects: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pardot-export-prospects/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PardotExportProspects job" }, { "info": { "name": "PardotExportProspects: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pardot-export-prospects/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PardotExportProspects job" }, { "info": { "name": "PardotImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pardot-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PardotImport job" }, { "info": { "name": "PardotImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pardot-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PardotImport job" }, { "info": { "name": "PardotImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pardot-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PardotImport job" }, { "info": { "name": "PinterestCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pinterest-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PinterestCapiExport job" }, { "info": { "name": "PinterestCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pinterest-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PinterestCapiExport job" }, { "info": { "name": "PinterestCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pinterest-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PinterestCapiExport job" }, { "info": { "name": "PinterestExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pinterest-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PinterestExportAudience job" }, { "info": { "name": "PinterestExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pinterest-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PinterestExportAudience job" }, { "info": { "name": "PinterestExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pinterest-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PinterestExportAudience job" }, { "info": { "name": "PostupExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/postup-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PostupExport job" }, { "info": { "name": "PostupExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/postup-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PostupExport job" }, { "info": { "name": "PostupExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/postup-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PostupExport job" }, { "info": { "name": "PostupImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/postup-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PostupImportOpus job" }, { "info": { "name": "PostupImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/postup-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PostupImportOpus job" }, { "info": { "name": "PostupImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/postup-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PostupImportOpus job" }, { "info": { "name": "PubsubIngress: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pubsub-ingress", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PubsubIngress job" }, { "info": { "name": "PubsubIngress: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pubsub-ingress/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PubsubIngress job" }, { "info": { "name": "PubsubIngress: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pubsub-ingress/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PubsubIngress job" }, { "info": { "name": "PushlyExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/pushly-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a PushlyExportAudience job" }, { "info": { "name": "PushlyExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/pushly-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a PushlyExportAudience job" }, { "info": { "name": "PushlyExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/pushly-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a PushlyExportAudience job" }, { "info": { "name": "RampidEnrichment: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/rampid-enrichment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RampidEnrichment job" }, { "info": { "name": "RampidEnrichment: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/rampid-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RampidEnrichment job" }, { "info": { "name": "RampidEnrichment: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/rampid-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RampidEnrichment job" }, { "info": { "name": "RedditCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/reddit-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedditCapiExport job" }, { "info": { "name": "RedditCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/reddit-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedditCapiExport job" }, { "info": { "name": "RedditCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/reddit-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedditCapiExport job" }, { "info": { "name": "RedditCustomAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/reddit-custom-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedditCustomAudience job" }, { "info": { "name": "RedditCustomAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/reddit-custom-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedditCustomAudience job" }, { "info": { "name": "RedditCustomAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/reddit-custom-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedditCustomAudience job" }, { "info": { "name": "RedshiftConductorExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/redshift-conductor-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedshiftConductorExport job" }, { "info": { "name": "RedshiftConductorExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/redshift-conductor-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedshiftConductorExport job" }, { "info": { "name": "RedshiftConductorExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/redshift-conductor-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedshiftConductorExport job" }, { "info": { "name": "RedshiftEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/redshift-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedshiftEventExport job" }, { "info": { "name": "RedshiftEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/redshift-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedshiftEventExport job" }, { "info": { "name": "RedshiftEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/redshift-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedshiftEventExport job" }, { "info": { "name": "RedshiftExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/redshift-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedshiftExport job" }, { "info": { "name": "RedshiftExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/redshift-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedshiftExport job" }, { "info": { "name": "RedshiftExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/redshift-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedshiftExport job" }, { "info": { "name": "RedshiftImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/redshift-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RedshiftImport job" }, { "info": { "name": "RedshiftImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/redshift-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RedshiftImport job" }, { "info": { "name": "RedshiftImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/redshift-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RedshiftImport job" }, { "info": { "name": "ResponsysExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/responsys-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysExport job" }, { "info": { "name": "ResponsysExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/responsys-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ResponsysExport job" }, { "info": { "name": "ResponsysExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/responsys-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysExport job" }, { "info": { "name": "ResponsysImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/responsys-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysImport job" }, { "info": { "name": "ResponsysImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/responsys-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ResponsysImport job" }, { "info": { "name": "ResponsysImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/responsys-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysImport job" }, { "info": { "name": "ResponsysTriggerExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/responsys-trigger-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ResponsysTriggerExport job" }, { "info": { "name": "ResponsysTriggerExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/responsys-trigger-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ResponsysTriggerExport job" }, { "info": { "name": "ResponsysTriggerExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/responsys-trigger-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ResponsysTriggerExport job" }, { "info": { "name": "RetentionscienceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/retentionscience-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a RetentionscienceExport job" }, { "info": { "name": "RetentionscienceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/retentionscience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a RetentionscienceExport job" }, { "info": { "name": "RetentionscienceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/retentionscience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a RetentionscienceExport job" }, { "info": { "name": "S3_EventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/s3-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a S3_EventExport job" }, { "info": { "name": "S3_EventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/s3-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a S3_EventExport job" }, { "info": { "name": "S3_EventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/s3-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a S3_EventExport job" }, { "info": { "name": "S3_Import: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/s3-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a S3_Import job" }, { "info": { "name": "S3_Import: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/s3-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a S3_Import job" }, { "info": { "name": "S3_Import: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/s3-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a S3_Import job" }, { "info": { "name": "S3_JsonImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/s3-json-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a S3_JsonImport job" }, { "info": { "name": "S3_JsonImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/s3-json-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a S3_JsonImport job" }, { "info": { "name": "S3_JsonImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/s3-json-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a S3_JsonImport job" }, { "info": { "name": "S3_UserCsvExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/s3-user-csv-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a S3_UserCsvExport job" }, { "info": { "name": "S3_UserCsvExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/s3-user-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a S3_UserCsvExport job" }, { "info": { "name": "S3_UserCsvExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/s3-user-csv-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a S3_UserCsvExport job" }, { "info": { "name": "SailthruExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sailthru-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SailthruExport job" }, { "info": { "name": "SailthruExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sailthru-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SailthruExport job" }, { "info": { "name": "SailthruExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sailthru-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SailthruExport job" }, { "info": { "name": "SailthruImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sailthru-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SailthruImport job" }, { "info": { "name": "SailthruImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sailthru-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SailthruImport job" }, { "info": { "name": "SailthruImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sailthru-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SailthruImport job" }, { "info": { "name": "SailthruUserExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sailthru-user-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SailthruUserExport job" }, { "info": { "name": "SailthruUserExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sailthru-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SailthruUserExport job" }, { "info": { "name": "SailthruUserExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sailthru-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SailthruUserExport job" }, { "info": { "name": "SalesforceCustomImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-custom-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceCustomImport job" }, { "info": { "name": "SalesforceCustomImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-custom-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceCustomImport job" }, { "info": { "name": "SalesforceCustomImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-custom-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceCustomImport job" }, { "info": { "name": "SalesforceDataCloudAudienceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-audience-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudAudienceExport job" }, { "info": { "name": "SalesforceDataCloudAudienceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudAudienceExport job" }, { "info": { "name": "SalesforceDataCloudAudienceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-audience-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudAudienceExport job" }, { "info": { "name": "SalesforceDataCloudBulkExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-bulk-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudBulkExport job" }, { "info": { "name": "SalesforceDataCloudBulkExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-bulk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudBulkExport job" }, { "info": { "name": "SalesforceDataCloudBulkExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-bulk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudBulkExport job" }, { "info": { "name": "SalesforceDataCloudCDCImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-cdc-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudCDCImport job" }, { "info": { "name": "SalesforceDataCloudCDCImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-cdc-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudCDCImport job" }, { "info": { "name": "SalesforceDataCloudCDCImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-cdc-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudCDCImport job" }, { "info": { "name": "SalesforceDataCloudExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudExport job" }, { "info": { "name": "SalesforceDataCloudExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudExport job" }, { "info": { "name": "SalesforceDataCloudExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudExport job" }, { "info": { "name": "SalesforceDataCloudInsightsImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-insights-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudInsightsImport job" }, { "info": { "name": "SalesforceDataCloudInsightsImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-insights-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudInsightsImport job" }, { "info": { "name": "SalesforceDataCloudInsightsImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-insights-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudInsightsImport job" }, { "info": { "name": "SalesforceDataCloudSegmentImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-segment-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceDataCloudSegmentImport job" }, { "info": { "name": "SalesforceDataCloudSegmentImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-segment-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceDataCloudSegmentImport job" }, { "info": { "name": "SalesforceDataCloudSegmentImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-data-cloud-segment-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceDataCloudSegmentImport job" }, { "info": { "name": "SalesforceExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceExport job" }, { "info": { "name": "SalesforceExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceExport job" }, { "info": { "name": "SalesforceExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceExport job" }, { "info": { "name": "SalesforceImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/salesforce-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SalesforceImport job" }, { "info": { "name": "SalesforceImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/salesforce-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SalesforceImport job" }, { "info": { "name": "SalesforceImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/salesforce-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SalesforceImport job" }, { "info": { "name": "SegmentioInstall: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/segmentio-install", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SegmentioInstall job" }, { "info": { "name": "SegmentioInstall: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/segmentio-install/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SegmentioInstall job" }, { "info": { "name": "SegmentioInstall: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/segmentio-install/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SegmentioInstall job" }, { "info": { "name": "SegmentioWebhook: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/segmentio-webhook", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SegmentioWebhook job" }, { "info": { "name": "SegmentioWebhook: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/segmentio-webhook/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SegmentioWebhook job" }, { "info": { "name": "SegmentioWebhook: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/segmentio-webhook/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SegmentioWebhook job" }, { "info": { "name": "SelligentSftpExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/selligent-sftp-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SelligentSftpExport job" }, { "info": { "name": "SelligentSftpExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/selligent-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SelligentSftpExport job" }, { "info": { "name": "SelligentSftpExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/selligent-sftp-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SelligentSftpExport job" }, { "info": { "name": "SendgridExportNew: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sendgrid-export-new", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SendgridExportNew job" }, { "info": { "name": "SendgridExportNew: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sendgrid-export-new/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SendgridExportNew job" }, { "info": { "name": "SendgridExportNew: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sendgrid-export-new/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SendgridExportNew job" }, { "info": { "name": "SendgridNewUserImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sendgrid-new-user-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SendgridNewUserImport job" }, { "info": { "name": "SendgridNewUserImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sendgrid-new-user-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SendgridNewUserImport job" }, { "info": { "name": "SendgridNewUserImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sendgrid-new-user-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SendgridNewUserImport job" }, { "info": { "name": "SendgridSendEmail: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sendgrid-send-email", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SendgridSendEmail job" }, { "info": { "name": "SendgridSendEmail: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sendgrid-send-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SendgridSendEmail job" }, { "info": { "name": "SendgridSendEmail: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sendgrid-send-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SendgridSendEmail job" }, { "info": { "name": "SftpImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sftp-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SftpImport job" }, { "info": { "name": "SftpImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sftp-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SftpImport job" }, { "info": { "name": "SftpImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sftp-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SftpImport job" }, { "info": { "name": "SftpJsonImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sftp-json-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SftpJsonImport job" }, { "info": { "name": "SftpJsonImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sftp-json-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SftpJsonImport job" }, { "info": { "name": "SftpJsonImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sftp-json-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SftpJsonImport job" }, { "info": { "name": "ShopifyImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/shopify-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ShopifyImport job" }, { "info": { "name": "ShopifyImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/shopify-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ShopifyImport job" }, { "info": { "name": "ShopifyImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/shopify-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ShopifyImport job" }, { "info": { "name": "ShopifyProductImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/shopify-product-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ShopifyProductImport job" }, { "info": { "name": "ShopifyProductImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/shopify-product-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ShopifyProductImport job" }, { "info": { "name": "ShopifyProductImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/shopify-product-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ShopifyProductImport job" }, { "info": { "name": "SilverpopExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/silverpop-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopExport job" }, { "info": { "name": "SilverpopExportTable: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/silverpop-export-table", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopExportTable job" }, { "info": { "name": "SilverpopExportTable: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/silverpop-export-table/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SilverpopExportTable job" }, { "info": { "name": "SilverpopExportTable: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/silverpop-export-table/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopExportTable job" }, { "info": { "name": "SilverpopExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/silverpop-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SilverpopExport job" }, { "info": { "name": "SilverpopExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/silverpop-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopExport job" }, { "info": { "name": "SilverpopImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/silverpop-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopImport job" }, { "info": { "name": "SilverpopImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/silverpop-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SilverpopImport job" }, { "info": { "name": "SilverpopImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/silverpop-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopImport job" }, { "info": { "name": "SilverpopRecipientidExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/silverpop-recipientid-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopRecipientidExport job" }, { "info": { "name": "SilverpopRecipientidExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/silverpop-recipientid-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SilverpopRecipientidExport job" }, { "info": { "name": "SilverpopRecipientidExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/silverpop-recipientid-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopRecipientidExport job" }, { "info": { "name": "SilverpopRelationalTableExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/silverpop-relational-table-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SilverpopRelationalTableExport job" }, { "info": { "name": "SilverpopRelationalTableExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/silverpop-relational-table-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SilverpopRelationalTableExport job" }, { "info": { "name": "SilverpopRelationalTableExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/silverpop-relational-table-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SilverpopRelationalTableExport job" }, { "info": { "name": "SlackAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/slack-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SlackAlerts job" }, { "info": { "name": "SlackAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/slack-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SlackAlerts job" }, { "info": { "name": "SlackAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/slack-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SlackAlerts job" }, { "info": { "name": "SlackEventQuotaAlerts: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/slack-event-quota-alerts", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SlackEventQuotaAlerts job" }, { "info": { "name": "SlackEventQuotaAlerts: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/slack-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SlackEventQuotaAlerts job" }, { "info": { "name": "SlackEventQuotaAlerts: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/slack-event-quota-alerts/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SlackEventQuotaAlerts job" }, { "info": { "name": "SnapchatCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snapchat-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnapchatCapiExport job" }, { "info": { "name": "SnapchatCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snapchat-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnapchatCapiExport job" }, { "info": { "name": "SnapchatCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snapchat-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnapchatCapiExport job" }, { "info": { "name": "SnapchatExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snapchat-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnapchatExport job" }, { "info": { "name": "SnapchatExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snapchat-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnapchatExport job" }, { "info": { "name": "SnapchatExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snapchat-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnapchatExport job" }, { "info": { "name": "SnowflakeAudienceChangesExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-audience-changes-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeAudienceChangesExport job" }, { "info": { "name": "SnowflakeAudienceChangesExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-audience-changes-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeAudienceChangesExport job" }, { "info": { "name": "SnowflakeAudienceChangesExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-audience-changes-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeAudienceChangesExport job" }, { "info": { "name": "SnowflakeEventExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-event-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeEventExport job" }, { "info": { "name": "SnowflakeEventExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeEventExport job" }, { "info": { "name": "SnowflakeEventExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-event-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeEventExport job" }, { "info": { "name": "SnowflakeExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeExport job" }, { "info": { "name": "SnowflakeExportConductor: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-export-conductor", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeExportConductor job" }, { "info": { "name": "SnowflakeExportConductor: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeExportConductor job" }, { "info": { "name": "SnowflakeExportConductor: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-export-conductor/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeExportConductor job" }, { "info": { "name": "SnowflakeExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeExport job" }, { "info": { "name": "SnowflakeExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeExport job" }, { "info": { "name": "SnowflakeImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeImportOpus job" }, { "info": { "name": "SnowflakeImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeImportOpus job" }, { "info": { "name": "SnowflakeImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeImportOpus job" }, { "info": { "name": "SnowflakeMetricExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/snowflake-metric-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SnowflakeMetricExport job" }, { "info": { "name": "SnowflakeMetricExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/snowflake-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SnowflakeMetricExport job" }, { "info": { "name": "SnowflakeMetricExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/snowflake-metric-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SnowflakeMetricExport job" }, { "info": { "name": "SparkpostSendEmail: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sparkpost-send-email", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SparkpostSendEmail job" }, { "info": { "name": "SparkpostSendEmail: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sparkpost-send-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SparkpostSendEmail job" }, { "info": { "name": "SparkpostSendEmail: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sparkpost-send-email/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SparkpostSendEmail job" }, { "info": { "name": "SparkpostSetup: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/sparkpost-setup", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SparkpostSetup job" }, { "info": { "name": "SparkpostSetup: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/sparkpost-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SparkpostSetup job" }, { "info": { "name": "SparkpostSetup: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/sparkpost-setup/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SparkpostSetup job" }, { "info": { "name": "SpotifyExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/spotify-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SpotifyExportAudience job" }, { "info": { "name": "SpotifyExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/spotify-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SpotifyExportAudience job" }, { "info": { "name": "SpotifyExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/spotify-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SpotifyExportAudience job" }, { "info": { "name": "StackdriverMonitoring: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/stackdriver-monitoring", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a StackdriverMonitoring job" }, { "info": { "name": "StackdriverMonitoring: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/stackdriver-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a StackdriverMonitoring job" }, { "info": { "name": "StackdriverMonitoring: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/stackdriver-monitoring/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a StackdriverMonitoring job" }, { "info": { "name": "SurveymonkeyImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/surveymonkey-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SurveymonkeyImport job" }, { "info": { "name": "SurveymonkeyImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/surveymonkey-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SurveymonkeyImport job" }, { "info": { "name": "SurveymonkeyImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/surveymonkey-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SurveymonkeyImport job" }, { "info": { "name": "SwrveActivityImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/swrve-activity-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SwrveActivityImport job" }, { "info": { "name": "SwrveActivityImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/swrve-activity-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SwrveActivityImport job" }, { "info": { "name": "SwrveActivityImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/swrve-activity-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SwrveActivityImport job" }, { "info": { "name": "SwrveImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/swrve-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a SwrveImport job" }, { "info": { "name": "SwrveImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/swrve-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a SwrveImport job" }, { "info": { "name": "SwrveImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/swrve-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a SwrveImport job" }, { "info": { "name": "TaboolaS3_Export: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/taboola-s3-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TaboolaS3_Export job" }, { "info": { "name": "TaboolaS3_Export: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/taboola-s3-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TaboolaS3_Export job" }, { "info": { "name": "TaboolaS3_Export: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/taboola-s3-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TaboolaS3_Export job" }, { "info": { "name": "ThetradedeskCapiExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/thetradedesk-capi-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ThetradedeskCapiExport job" }, { "info": { "name": "ThetradedeskCapiExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/thetradedesk-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ThetradedeskCapiExport job" }, { "info": { "name": "ThetradedeskCapiExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/thetradedesk-capi-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ThetradedeskCapiExport job" }, { "info": { "name": "ThetradedeskExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/thetradedesk-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ThetradedeskExport job" }, { "info": { "name": "ThetradedeskExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/thetradedesk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ThetradedeskExport job" }, { "info": { "name": "ThetradedeskExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/thetradedesk-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ThetradedeskExport job" }, { "info": { "name": "TiktokAppEvents: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/tiktok-app-events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TiktokAppEvents job" }, { "info": { "name": "TiktokAppEvents: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/tiktok-app-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TiktokAppEvents job" }, { "info": { "name": "TiktokAppEvents: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/tiktok-app-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TiktokAppEvents job" }, { "info": { "name": "TiktokExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/tiktok-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TiktokExportAudience job" }, { "info": { "name": "TiktokExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/tiktok-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TiktokExportAudience job" }, { "info": { "name": "TiktokExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/tiktok-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TiktokExportAudience job" }, { "info": { "name": "TiktokOfflineEvents: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/tiktok-offline-events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TiktokOfflineEvents job" }, { "info": { "name": "TiktokOfflineEvents: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/tiktok-offline-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TiktokOfflineEvents job" }, { "info": { "name": "TiktokOfflineEvents: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/tiktok-offline-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TiktokOfflineEvents job" }, { "info": { "name": "TiktokWebEvents: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/tiktok-web-events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TiktokWebEvents job" }, { "info": { "name": "TiktokWebEvents: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/tiktok-web-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TiktokWebEvents job" }, { "info": { "name": "TiktokWebEvents: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/tiktok-web-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TiktokWebEvents job" }, { "info": { "name": "TwitterExportAudience: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/twitter-export-audience", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a TwitterExportAudience job" }, { "info": { "name": "TwitterExportAudience: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/twitter-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a TwitterExportAudience job" }, { "info": { "name": "TwitterExportAudience: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/twitter-export-audience/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a TwitterExportAudience job" }, { "info": { "name": "UidEnrichment: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/uid-enrichment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a UidEnrichment job" }, { "info": { "name": "UidEnrichment: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/uid-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a UidEnrichment job" }, { "info": { "name": "UidEnrichment: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/uid-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a UidEnrichment job" }, { "info": { "name": "VersiumContactAppend: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/versium-contact-append", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a VersiumContactAppend job" }, { "info": { "name": "VersiumContactAppend: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/versium-contact-append/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a VersiumContactAppend job" }, { "info": { "name": "VersiumContactAppend: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/versium-contact-append/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a VersiumContactAppend job" }, { "info": { "name": "VersiumDemographicEnrich: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/versium-demographic-enrich", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a VersiumDemographicEnrich job" }, { "info": { "name": "VersiumDemographicEnrich: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/versium-demographic-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a VersiumDemographicEnrich job" }, { "info": { "name": "VersiumDemographicEnrich: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/versium-demographic-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a VersiumDemographicEnrich job" }, { "info": { "name": "VersiumEnrich: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/versium-enrich", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a VersiumEnrich job" }, { "info": { "name": "VersiumEnrich: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/versium-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a VersiumEnrich job" }, { "info": { "name": "VersiumEnrich: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/versium-enrich/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a VersiumEnrich job" }, { "info": { "name": "WebhookEnrichment: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/webhook-enrichment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WebhookEnrichment job" }, { "info": { "name": "WebhookEnrichment: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/webhook-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a WebhookEnrichment job" }, { "info": { "name": "WebhookEnrichment: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/webhook-enrichment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WebhookEnrichment job" }, { "info": { "name": "WebhookStreamEvents: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/webhook-stream-events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WebhookStreamEvents job" }, { "info": { "name": "WebhookStreamEvents: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/webhook-stream-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a WebhookStreamEvents job" }, { "info": { "name": "WebhookStreamEvents: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/webhook-stream-events/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WebhookStreamEvents job" }, { "info": { "name": "WebhookTriggers: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/webhook-triggers", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WebhookTriggers job" }, { "info": { "name": "WebhookTriggersFree: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/webhook-triggers-free", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WebhookTriggersFree job" }, { "info": { "name": "WebhookTriggersFree: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/webhook-triggers-free/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a WebhookTriggersFree job" }, { "info": { "name": "WebhookTriggersFree: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/webhook-triggers-free/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WebhookTriggersFree job" }, { "info": { "name": "WebhookTriggers: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/webhook-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a WebhookTriggers job" }, { "info": { "name": "WebhookTriggers: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/webhook-triggers/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WebhookTriggers job" }, { "info": { "name": "WistiaActivityImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/wistia-activity-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a WistiaActivityImportOpus job" }, { "info": { "name": "WistiaActivityImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/wistia-activity-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a WistiaActivityImportOpus job" }, { "info": { "name": "WistiaActivityImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/wistia-activity-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a WistiaActivityImportOpus job" }, { "info": { "name": "YahooDataxExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/yahoo-datax-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a YahooDataxExport job" }, { "info": { "name": "YahooDataxExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/yahoo-datax-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a YahooDataxExport job" }, { "info": { "name": "YahooDataxExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/yahoo-datax-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a YahooDataxExport job" }, { "info": { "name": "YahooExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/yahoo-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a YahooExport job" }, { "info": { "name": "YahooExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/yahoo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a YahooExport job" }, { "info": { "name": "YahooExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/yahoo-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a YahooExport job" }, { "info": { "name": "YahooPartnerMatch: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/yahoo-partner-match", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a YahooPartnerMatch job" }, { "info": { "name": "YahooPartnerMatch: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/yahoo-partner-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a YahooPartnerMatch job" }, { "info": { "name": "YahooPartnerMatch: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/yahoo-partner-match/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a YahooPartnerMatch job" }, { "info": { "name": "ZendeskConnectExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/zendesk-connect-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ZendeskConnectExport job" }, { "info": { "name": "ZendeskConnectExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/zendesk-connect-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ZendeskConnectExport job" }, { "info": { "name": "ZendeskConnectExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/zendesk-connect-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ZendeskConnectExport job" }, { "info": { "name": "ZendeskImportOpus: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/zendesk-import-opus", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ZendeskImportOpus job" }, { "info": { "name": "ZendeskImportOpus: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/zendesk-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ZendeskImportOpus job" }, { "info": { "name": "ZendeskImportOpus: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/zendesk-import-opus/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ZendeskImportOpus job" }, { "info": { "name": "ZendeskUserExport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/zendesk-user-export", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ZendeskUserExport job" }, { "info": { "name": "ZendeskUserExport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/zendesk-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ZendeskUserExport job" }, { "info": { "name": "ZendeskUserExport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/zendesk-user-export/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ZendeskUserExport job" }, { "info": { "name": "ZuoraImport: Create job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/zuora-import", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a ZuoraImport job" }, { "info": { "name": "ZuoraImport: Get job", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/zuora-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the summary of a ZuoraImport job" }, { "info": { "name": "ZuoraImport: Update job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/job/zuora-import/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a ZuoraImport job" }, { "info": { "name": "Bounce job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/:id/bounce", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Bounce a job" }, { "info": { "name": "Terminate job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/:id/kill", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Terminate a job" }, { "info": { "name": "Get job logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/job/:id/logs", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve log messages for a job" }, { "info": { "name": "Pause job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/:id/pause", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Pause a job" }, { "info": { "name": "Resume job", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/job/:id/resume", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The Job ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Resume a paused job" } ] }, { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Query metrics (GET)", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/metric", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "query", "description": "Friendly name to identify this metric request" }, { "name": "dimension", "value": "", "type": "query", "description": "The dimension to query" }, { "name": "dimension_id", "value": "", "type": "query", "description": "The ID of the specific resource within the dimension (e.g. segment ID)" }, { "name": "dimension_type", "value": "", "type": "query", "description": "The metric type to retrieve (e.g. size, converted, conversionrate)" }, { "name": "aggregation", "value": "", "type": "query", "description": "Comma-separated aggregation methods to apply" }, { "name": "start_date", "value": "", "type": "query", "description": "Start of the query range. Supports friendly times (e.g. now-7d). Required if end_date is set; cannot be used with range." }, { "name": "end_date", "value": "", "type": "query", "description": "End of the query range. Supports friendly times (e.g. now). Required if start_date is set." }, { "name": "range", "value": "", "type": "query", "description": "Time range from now (e.g. 7d for last 7 days). Cannot be used with start_date or end_date." }, { "name": "interval", "value": "", "type": "query", "description": "Bucket size for time series grouping (e.g. 1d, 2h). Defaults to 2h." }, { "name": "smooth", "value": "", "type": "query", "description": "Apply smoothing to the resulting metrics" }, { "name": "round_dates", "value": "", "type": "query", "description": "Round start and end dates down to the nearest day" }, { "name": "include_empty_rows", "value": "", "type": "query", "description": "Include zero-value buckets in the response" }, { "name": "include_sum_of_buckets", "value": "", "type": "query", "description": "Include a sum of all bucket values in the response" }, { "name": "refresh_cache", "value": "", "type": "query", "description": "Bypass the cache and read fresh from the time-series store" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Query one or more metrics via query parameters. The Metric API provides access to time series data for segments, streams, experiences, and other Lytics resources." }, { "info": { "name": "Query metrics (POST)", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/metric", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Query one or more metrics by posting a JSON array of metric requests. The Metric API provides access to time series data for segments, streams, experiences, and other Lytics resources." } ] }, { "info": { "name": "ML Models", "type": "folder" }, "items": [ { "info": { "name": "Get ML Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/ml", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all ML models for the account" }, { "info": { "name": "Post ML Model", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/ml", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create an ML Model" }, { "info": { "name": "Get ML Model", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/ml/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The model ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get an ML model by ID" }, { "info": { "name": "Update ML Model", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/ml/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The model ID" }, { "name": "is_active", "value": "", "type": "query", "description": "Promote and deploy the model to users" }, { "name": "label", "value": "", "type": "query", "description": "Label of the model" }, { "name": "hidden", "value": "", "type": "query", "description": "Hide the model from the UI" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an ML model by ID" }, { "info": { "name": "Delete ML Model", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/ml/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The model ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an ML model by ID" }, { "info": { "name": "Get ML Model Summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/ml/:id/summary", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The model ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get an ML model's summary by ID" } ] }, { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/report", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all Reports for the account" }, { "info": { "name": "Create a Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/report", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new Report" }, { "info": { "name": "Get a Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/report/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a Report by ID" }, { "info": { "name": "Update Report", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/report/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Report's label or description" }, { "info": { "name": "Delete a Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/report/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a Report by ID" }, { "info": { "name": "Create a new Report Component", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/report/:id/component", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Add a new Report Component to the Report. If the component already exists, it will be updated.\nTo create a new Component, you will need to specify the `type`, `name`, and `config` fields.\nDepending on the Component type, you may need to specify additional fields in the `config` object.\n\nFor `size` components, you will need to specify the `segment_ids` field (`[]string`) in the `config` object.\n\nFor `composition` components, you will need to specify the `segment_ids` (`[]string`) field and a `fie" }, { "info": { "name": "Update a Report component", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/report/:id/component/:componentid", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" }, { "name": "componentid", "value": "", "type": "path", "description": "The component ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Report Component by ID" }, { "info": { "name": "Delete a Report Component", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/report/:id/component/:componentid", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The report ID" }, { "name": "componentid", "value": "", "type": "path", "description": "The component ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a Report Component by ID" } ] }, { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "List tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List tables with schema." }, { "info": { "name": "Schema Bulk Upsert", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/bulk", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Schema bulk upsert creates/updates multiple schema objects. It does not delete any existing schema objects." }, { "info": { "name": "Schema Bulk Upsert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/schema/bulk", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Schema bulk upsert creates/updates multiple schema objects. It does not delete any existing schema objects." }, { "info": { "name": "Evaluate Expression", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/expression/evaluate", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Evaluate an adhoc mapping expression against a single event" }, { "info": { "name": "Update schema with LQL query", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/lql", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upload LQL query to update schema with corresponding fields and mappings." }, { "info": { "name": "Get schema", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve current schema fields, mappings and ranks" }, { "info": { "name": "Get schema comparison", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/compare", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" }, { "name": "compare_id", "value": "", "type": "query", "description": "Comparison Schema Version (defaults to previous)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a diff of two schema versions" }, { "info": { "name": "Evaluate Schema", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/evaluate", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Evaluate the current published schema against test events" }, { "info": { "name": "Get fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/field", "params": [ { "name": "baccount_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" }, { "name": "filter", "value": "", "type": "query", "description": "Types of field to return" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve current fields" }, { "info": { "name": "Post field", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/field", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upsert a field in draft schema." }, { "info": { "name": "Get a field", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/field/:field_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "field_id", "value": "", "type": "path", "description": "ID of the Field" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a field by its ID" }, { "info": { "name": "Delete field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/schema/:table/field/:field_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "field_id", "value": "", "type": "path", "description": "The field ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Soft-delete a schema field from this draft, or hard-delete it if new." }, { "info": { "name": "List all identity config", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/idconfig", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List graph compaction and many-to-one merging configuration for all identity fields." }, { "info": { "name": "Post ID config", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/idconfig", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create or update configuration for a single identity field." }, { "info": { "name": "Get identity field config", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/idconfig/:field_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" }, { "name": "field_id", "value": "", "type": "path", "description": "ID of the Identity Field" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get graph compaction and many-to-one merging configuration for a single identity field." }, { "info": { "name": "Delete ID Settings", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/schema/:table/idconfig/:field_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "field_id", "value": "", "type": "path", "description": "The field ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Soft-delete graph compaction and many-to-one merging config from a single schema field, or hard-delete them if new." }, { "info": { "name": "Get mappings", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/mapping", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrive current mappings" }, { "info": { "name": "Post mapping", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/mapping", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upsert a mapping in draft schema." }, { "info": { "name": "Get a mapping", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/mapping/:mapping_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "mapping_id", "value": "", "type": "path", "description": "ID of the Mapping" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a mapping by ID" }, { "info": { "name": "Delete mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/schema/:table/mapping/:mapping_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "mapping_id", "value": "", "type": "path", "description": "The mapping ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Soft-delete a data mapping from this draft, or hard-delete it if new." }, { "info": { "name": "Publish schema", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/publish", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Publish changes to your schema" }, { "info": { "name": "Get rank", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/rank", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve current identifier rank list." }, { "info": { "name": "Post ID rank list", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/rank", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create or update identifier rank list." }, { "info": { "name": "Get retention settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/retentionsettings", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve current retention settings." }, { "info": { "name": "Post retention settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/retentionsettings", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create or update retention settings." }, { "info": { "name": "Revert schema changes", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/schema/:table/revert", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version to revert to. Defaults to the live version." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Restore an entire schema version to the state of the current live schema." }, { "info": { "name": "Validate schema", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/validate", "params": [ { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" }, { "name": "version_id", "value": "", "type": "query", "description": "Schema Version (defaults to latest)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Run validation for schema" }, { "info": { "name": "Get schema history", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/schema/:table/version", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "path", "description": "The table (e.g. user)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all schema versions in its history" } ] }, { "info": { "name": "Segments", "type": "folder" }, "items": [ { "info": { "name": "Get segments", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/segment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "table", "value": "", "type": "query", "description": "Filter by table" }, { "name": "valid", "value": "", "type": "query", "description": "Filter by valid (true|false|all)" }, { "name": "kind", "value": "", "type": "query", "description": "Filter by kind (segment|goal|aspect|conversion|managed|all)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of segments for an account" }, { "info": { "name": "Create segment", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/segment", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a segment" }, { "info": { "name": "Add/Remove segment in/from the exclusion list", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/segment/exclude/:operation", "params": [ { "name": "operation", "value": "", "type": "path", "description": "Operation add or remove" }, { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "workflow", "value": "", "type": "query", "description": "Workflow slug." }, { "name": "segment_id", "value": "", "type": "query", "description": "Segment id. The segment that needs to be added/removed in/from the exclusion list." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Adds/Removes the passed segment id in/from the exclusion list. Exclusion list allows to exclude all the users from the segment during the export job." }, { "info": { "name": "Delete segments", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/segment/:ids", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "ids", "value": "", "type": "path", "description": "The segment IDs" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete multiple segments" }, { "info": { "name": "Get segment", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/segment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The segment ID or segment slug" }, { "name": "sizes", "value": "", "type": "query", "description": "Include size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a segment by ID or slug" }, { "info": { "name": "Update segment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/segment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The segment ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a segment" }, { "info": { "name": "Delete segment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/segment/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The segment ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a segment" } ] }, { "info": { "name": "Streams", "type": "folder" }, "items": [ { "info": { "name": "List Streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all streams in the account" }, { "info": { "name": "List Stream rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream/rule", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all stream rules in the account" }, { "info": { "name": "Create stream rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/stream/rule", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a stream rule" }, { "info": { "name": "Get Stream rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream/rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "Stream rule id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get stream rule by id" }, { "info": { "name": "Update stream rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/stream/rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "Stream rule id to update" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a stream rule" }, { "info": { "name": "Update stream rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lytics.io/v2/stream/rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "Stream rule id to update" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a stream rule" }, { "info": { "name": "Delete stream rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/stream/rule/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "Stream rule id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete stream rule by id" }, { "info": { "name": "Get Stream", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream/:name", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The Stream Name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get stream by name" }, { "info": { "name": "Get Stream Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream/:name/events", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The Stream Name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of recent events in the stream" }, { "info": { "name": "Get Stream Stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/stream/:name/stats", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "path", "description": "The Stream Name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get stats for all fields in the stream" } ] }, { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/template", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List templates" }, { "info": { "name": "Create a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/template", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "name", "value": "", "type": "query", "description": "The template name" }, { "name": "description", "value": "", "type": "query", "description": "A description of the template" }, { "name": "type", "value": "", "type": "query", "description": "The template type" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a template" }, { "info": { "name": "Test a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/template/test", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Test a template" }, { "info": { "name": "Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/template/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The template ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/template/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The template id" }, { "name": "name", "value": "", "type": "query", "description": "The template name" }, { "name": "description", "value": "", "type": "query", "description": "A description of the template" }, { "name": "type", "value": "", "type": "query", "description": "The template type" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a template" }, { "info": { "name": "Delete template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/template/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The template ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete template" }, { "info": { "name": "Get a template definition", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/template/:id/definition", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The template ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a template definition" }, { "info": { "name": "Test a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/template/:id/test", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "The template id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Test a template" } ] }, { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get users", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/user", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a list of all users for the account" }, { "info": { "name": "Reset password", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/user/me/passwordreset", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a user's password" }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytics.io/v2/user/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "User ID, email address, or 'me'" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a user by ID, email address, or the special value `me` (returns the authenticated user)." }, { "info": { "name": "Delete user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lytics.io/v2/user/:id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "User ID or email address" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Remove a user's access to the account. If the user has no remaining account roles after removal, the user record is deleted entirely." }, { "info": { "name": "Update user roles", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytics.io/v2/user/:id/roles", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The account ID. Defaults to the user's default account." }, { "name": "id", "value": "", "type": "path", "description": "User ID or email address" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Replace all account roles for a user with the provided list." } ] } ], "bundled": true }