Authentication Failure
diff --git a/docs/api/manager/create-o-auth-2-authorized-client.api.mdx b/docs/api/manager/create-o-auth-2-authorized-client.api.mdx
new file mode 100644
index 0000000..ed14c1e
--- /dev/null
+++ b/docs/api/manager/create-o-auth-2-authorized-client.api.mdx
@@ -0,0 +1,38 @@
+---
+id: create-o-auth-2-authorized-client
+title: "Create"
+description: "Create a OAuth2 Authorized Client"
+sidebar_label: "Create"
+hide_title: true
+hide_table_of_contents: true
+api: {"description":"Create a OAuth2 Authorized Client","operationId":"createOAuth2AuthorizedClient","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"The OAuth2 Authorized Client request","properties":{"access_token_expires_at":{"type":"string","format":"date-time","description":"When the Access Token expires"},"access_token_issued_at":{"type":"string","format":"date-time","description":"When the Access Token was issued"},"access_token_scopes":{"type":"string","description":"The Access Token scopes"},"access_token_type":{"type":"string","description":"The Access Token Type"},"access_token_value":{"type":"string","description":"The Access Token Value"},"client_registration_id":{"type":"string","description":"The Client Registration Id"},"principal_name":{"type":"string","description":"The Principal Name"},"refresh_token_issued_at":{"type":"string","format":"date-time","description":"When the Access Token was issued"},"refresh_token_value":{"type":"string","description":"The Refresh Token Value"}},"title":"OAuth2AuthorizedClientRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","description":"A OAuth2 Authorized Client","properties":{"access_token_expires_at":{"type":"string","format":"date-time"},"access_token_issued_at":{"type":"string","format":"date-time"},"access_token_scopes":{"type":"string"},"access_token_type":{"type":"string"},"access_token_value":{"type":"string"},"client_registration_id":{"type":"string"},"id":{"type":"integer","format":"int64"},"principal_name":{"type":"string"},"refresh_token_issued_at":{"type":"string","format":"date-time"},"refresh_token_value":{"type":"string"}},"title":"OAuth2AuthorizedClient"}}},"description":"Found"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["OAuth2 Authorized Clients"],"method":"post","path":"/oauth2/authorized-clients","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"jsonRequestBodyExample":{"access_token_expires_at":"2024-01-17T14:56:58.826Z","access_token_issued_at":"2024-01-17T14:56:58.826Z","access_token_scopes":"string","access_token_type":"string","access_token_value":"string","client_registration_id":"string","principal_name":"string","refresh_token_issued_at":"2024-01-17T14:56:58.826Z","refresh_token_value":"string"},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Create","description":{"content":"Create a OAuth2 Authorized Client","type":"text/plain"},"url":{"path":["oauth2","authorized-clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"auth":{"type":"oauth2","oauth2":[]}}}
+sidebar_class_name: "post api-method"
+info_path: api/manager/manager
+custom_edit_url: null
+---
+
+import ApiTabs from "@theme/ApiTabs";
+import MimeTabs from "@theme/MimeTabs";
+import ParamsItem from "@theme/ParamsItem";
+import ResponseSamples from "@theme/ResponseSamples";
+import SchemaItem from "@theme/SchemaItem";
+import SchemaTabs from "@theme/SchemaTabs";
+import DiscriminatorTabs from "@theme/DiscriminatorTabs";
+import TabItem from "@theme/TabItem";
+
+## Create
+
+
+
+Create a OAuth2 Authorized Client
+
+
Request Body required
+
+Found
+
+
+
+Authentication Failure
+
+
+
\ No newline at end of file
diff --git a/docs/api/manager/create-sitemap-import.api.mdx b/docs/api/manager/create-sitemap-import.api.mdx
new file mode 100644
index 0000000..6c1b88d
--- /dev/null
+++ b/docs/api/manager/create-sitemap-import.api.mdx
@@ -0,0 +1,38 @@
+---
+id: create-sitemap-import
+title: "Create"
+description: "Create a Sitemap Import"
+sidebar_label: "Create"
+hide_title: true
+hide_table_of_contents: true
+api: {"description":"Create a Sitemap Import","operationId":"createSitemapImport","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"The Sitemap Import request","properties":{"sitemap_url":{"type":"string","description":"The sitemap URL"},"urls":{"type":"array","description":"The URLs","items":{"type":"string","description":"The URLs"},"uniqueItems":true}},"title":"SitemapImportRequest"}}},"required":true},"responses":{"200":{"content":{"application/x-ndjson":{"schema":{"type":"array","items":{"type":"object","properties":{"abstract":{"type":"string"},"date_published":{"type":"string","format":"date"},"headline":{"type":"string"},"image":{"type":"string","format":"url"},"text":{"type":"string"},"url":{"type":"string"}},"title":"WebPage"}}}},"description":"Success"},"401":{"description":"Authentication Failure"}},"security":[{"ApiKey":[]}],"tags":["Sitemap Imports"],"method":"post","path":"/sitemap-imports","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"jsonRequestBodyExample":{"sitemap_url":"string","urls":["string"]},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Create","description":{"content":"Create a Sitemap Import","type":"text/plain"},"url":{"path":["sitemap-imports"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/x-ndjson"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"auth":{"type":"apikey","apikey":[{"type":"any","value":"Authorization","key":"key"},{"type":"any","value":"
","key":"value"},{"type":"any","value":"header","key":"in"}]}}}
+sidebar_class_name: "post api-method"
+info_path: api/manager/manager
+custom_edit_url: null
+---
+
+import ApiTabs from "@theme/ApiTabs";
+import MimeTabs from "@theme/MimeTabs";
+import ParamsItem from "@theme/ParamsItem";
+import ResponseSamples from "@theme/ResponseSamples";
+import SchemaItem from "@theme/SchemaItem";
+import SchemaTabs from "@theme/SchemaTabs";
+import DiscriminatorTabs from "@theme/DiscriminatorTabs";
+import TabItem from "@theme/TabItem";
+
+## Create
+
+
+
+Create a Sitemap Import
+
+Request Body required
+
+Success
+
+
+
+Authentication Failure
+
+
+
\ No newline at end of file
diff --git a/docs/api/manager/create-sync.api.mdx b/docs/api/manager/create-sync.api.mdx
index 38560ac..f1ea472 100644
--- a/docs/api/manager/create-sync.api.mdx
+++ b/docs/api/manager/create-sync.api.mdx
@@ -30,7 +30,7 @@ Start
Found.
-
Authentication Failure
diff --git a/docs/api/manager/delete-o-auth-2-authorized-client.api.mdx b/docs/api/manager/delete-o-auth-2-authorized-client.api.mdx
new file mode 100644
index 0000000..9d88a75
--- /dev/null
+++ b/docs/api/manager/delete-o-auth-2-authorized-client.api.mdx
@@ -0,0 +1,38 @@
+---
+id: delete-o-auth-2-authorized-client
+title: "Delete"
+description: "Delete a OAuth2 Authorized Client given its client registration id"
+sidebar_label: "Delete"
+hide_title: true
+hide_table_of_contents: true
+api: {"description":"Delete a OAuth2 Authorized Client given its client registration id","operationId":"deleteOAuth2AuthorizedClient","parameters":[{"description":"The Id","in":"path","name":"id","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Found"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["OAuth2 Authorized Clients"],"method":"delete","path":"/oauth2/authorized-clients/{id}","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Delete","description":{"content":"Delete a OAuth2 Authorized Client given its client registration id","type":"text/plain"},"url":{"path":["oauth2","authorized-clients",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The Id","type":"text/plain"},"type":"any","value":"","key":"id"}]},"method":"DELETE","auth":{"type":"oauth2","oauth2":[]}}}
+sidebar_class_name: "delete api-method"
+info_path: api/manager/manager
+custom_edit_url: null
+---
+
+import ApiTabs from "@theme/ApiTabs";
+import MimeTabs from "@theme/MimeTabs";
+import ParamsItem from "@theme/ParamsItem";
+import ResponseSamples from "@theme/ResponseSamples";
+import SchemaItem from "@theme/SchemaItem";
+import SchemaTabs from "@theme/SchemaTabs";
+import DiscriminatorTabs from "@theme/DiscriminatorTabs";
+import TabItem from "@theme/TabItem";
+
+## Delete
+
+
+
+Delete a OAuth2 Authorized Client given its client registration id
+
+
Path Parameters
+
+Found
+
+
+
+Authentication Failure
+
+
+
\ No newline at end of file
diff --git a/docs/api/manager/get-me.api.mdx b/docs/api/manager/get-me.api.mdx
new file mode 100644
index 0000000..55c47f0
--- /dev/null
+++ b/docs/api/manager/get-me.api.mdx
@@ -0,0 +1,46 @@
+---
+id: get-me
+title: "Get"
+description: "Get the account data for the current account identified by its key."
+sidebar_label: "Get"
+hide_title: true
+hide_table_of_contents: true
+api: {"description":"Get the account data for the current account identified by its key.","operationId":"getMe","responses":{"200":{"content":{"application/vnd.wordlift.account-info.v2+json":{"schema":{"type":"object","description":"Account Information","properties":{"accountId":{"type":"integer","format":"int64","description":"The Account Id","readOnly":true},"datasetId":{"type":"string","description":"The Dataset Id","readOnly":true},"datasetUri":{"type":"string","description":"The dataset URI","readOnly":true},"features":{"type":"object","additionalProperties":{"type":"boolean","description":"A list of features enabled or disabled for the account","readOnly":true},"description":"A list of features enabled or disabled for the account","readOnly":true},"googleSearchConsoleSiteUrl":{"type":"string","description":"Google Search Console Site URL","readOnly":true},"key":{"type":"string","description":"The Key","readOnly":true},"language":{"type":"string","description":"The language code","readOnly":true},"networks":{"type":"array","description":"A list of connected Account Information","items":{"type":"object","description":"Network Account Information","properties":{"accountId":{"type":"integer","format":"int64","description":"The Account Id","readOnly":true},"datasetId":{"type":"string","description":"The Dataset Id","readOnly":true},"datasetUri":{"type":"string","description":"The Dataset URI","readOnly":true},"url":{"type":"string","description":"The website URL","readOnly":true}},"readOnly":true,"required":["datasetUri"],"title":"NetworkAccountInfo"},"readOnly":true},"ngDatasetId":{"type":"string"},"subscriptionId":{"type":"integer","format":"int64","description":"The Subscription Id","readOnly":true},"url":{"type":"string","description":"The website URL","readOnly":true},"wpAdmin":{"type":"string","description":"If WordPress, the WP-ADMIN URL","readOnly":true},"wpJson":{"type":"string","description":"If WordPress, the WP-JSON end-point","readOnly":true}},"required":["accountId","datasetUri","networks","subscriptionId"],"title":"AccountInfo"}}},"description":"Found"},"401":{"description":"Authentication Failure"}},"tags":["Account"],"method":"get","path":"/accounts/me","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Get","description":{"content":"Get the account data for the current account identified by its key.","type":"text/plain"},"url":{"path":["accounts","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/vnd.wordlift.account-info.v2+json"}],"method":"GET"}}
+sidebar_class_name: "get api-method"
+info_path: api/manager/manager
+custom_edit_url: null
+---
+
+import ApiTabs from "@theme/ApiTabs";
+import MimeTabs from "@theme/MimeTabs";
+import ParamsItem from "@theme/ParamsItem";
+import ResponseSamples from "@theme/ResponseSamples";
+import SchemaItem from "@theme/SchemaItem";
+import SchemaTabs from "@theme/SchemaTabs";
+import DiscriminatorTabs from "@theme/DiscriminatorTabs";
+import TabItem from "@theme/TabItem";
+
+## Get
+
+
+
+Get the account data for the current account identified by its key.
+
+
+
+Found
+
+
Schema
features object
+
+A list of features enabled or disabled for the account
+
+
networks object[] required
+
+A list of connected Account Information
+
+
Array [
]
+
+Authentication Failure
+
+
+
\ No newline at end of file
diff --git a/docs/api/manager/get-merchant-sync.api.mdx b/docs/api/manager/get-merchant-sync.api.mdx
index c16cedd..1905974 100644
--- a/docs/api/manager/get-merchant-sync.api.mdx
+++ b/docs/api/manager/get-merchant-sync.api.mdx
@@ -30,7 +30,7 @@ Get by id
Found.
-
Authentication Failure
diff --git a/docs/api/manager/get-merchant.api.mdx b/docs/api/manager/get-merchant.api.mdx
index c520194..6345083 100644
--- a/docs/api/manager/get-merchant.api.mdx
+++ b/docs/api/manager/get-merchant.api.mdx
@@ -5,7 +5,7 @@ description: "Get a Merchant by its `id`."
sidebar_label: "Get by id"
hide_title: true
hide_table_of_contents: true
-api: {"description":"Get a Merchant by its `id`.","operationId":"getMerchant","parameters":[{"description":"The Merchant id","in":"path","name":"id","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","description":"A Merchant project.","properties":{"access_token":{"type":"string","description":"The Google merchant access token"},"account_id":{"type":"integer","format":"int64","description":"The account id","readOnly":true},"automatic_synchronization":{"type":"boolean","description":"Whether the Merchant data will be synchronized automatically"},"created_at":{"type":"string","format":"date-time","description":"The create date-time","readOnly":true},"dataset_domain":{"type":"string","description":"The custom domain (for example data.example.org)"},"dataset_name":{"type":"string","description":"The dataset path (for example /data)"},"deleted":{"type":"boolean","default":false,"description":"True if the merchant has been deleted"},"deleted_at":{"type":"string","format":"date-time","description":"The delete date-time","readOnly":true},"google_merchant_id":{"type":"integer","format":"int64","description":"The Google Merchant id"},"id":{"type":"integer","format":"int64","description":"The unique id","readOnly":true},"modified_at":{"type":"string","format":"date-time","description":"The last modified date-time","readOnly":true},"publisher_name":{"type":"string","description":"The publisher name (shows in schema publisher)"},"refresh_token":{"type":"string","description":"The Google merchant refresh token"},"url":{"type":"string","description":"The website URL"}},"required":["access_token","deleted","google_merchant_id","publisher_name","refresh_token"],"title":"Merchant"}}},"description":"Success"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["Merchants"],"method":"get","path":"/merchants/{id}","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Get by id","description":{"content":"Get a Merchant by its `id`.","type":"text/plain"},"url":{"path":["merchants",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The Merchant id","type":"text/plain"},"type":"any","value":"","key":"id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"oauth2","oauth2":[]}}}
+api: {"description":"Get a Merchant by its `id`.","operationId":"getMerchant","parameters":[{"description":"The Merchant id","in":"path","name":"id","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","description":"A Merchant project.","properties":{"access_token":{"type":"string","description":"The Google merchant access token"},"account_id":{"type":"integer","format":"int64","description":"The account id","readOnly":true},"automatic_synchronization":{"type":"boolean","description":"Whether the Merchant data will be synchronized automatically"},"created_at":{"type":"string","format":"date-time","description":"The create date-time","readOnly":true},"dataset_domain":{"type":"string","description":"The custom domain (for example data.example.org)"},"dataset_name":{"type":"string","description":"The dataset path (for example /data)"},"deleted":{"type":"boolean","default":false,"description":"True if the merchant has been deleted"},"deleted_at":{"type":"string","format":"date-time","description":"The delete date-time","readOnly":true},"google_merchant_id":{"type":"integer","format":"int64","description":"The Google Merchant id"},"id":{"type":"integer","format":"int64","description":"The unique id","readOnly":true},"ignore_brand":{"type":"boolean","description":"Whether to ignore the `brand` property during validation"},"ignore_image":{"type":"boolean","description":"Whether to ignore the `image` property during validation"},"modified_at":{"type":"string","format":"date-time","description":"The last modified date-time","readOnly":true},"publisher_name":{"type":"string","description":"The publisher name (shows in schema publisher)"},"refresh_token":{"type":"string","description":"The Google merchant refresh token"},"url":{"type":"string","description":"The website URL"}},"required":["access_token","deleted","google_merchant_id","publisher_name","refresh_token"],"title":"Merchant"}}},"description":"Success"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["Merchants"],"method":"get","path":"/merchants/{id}","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"Get by id","description":{"content":"Get a Merchant by its `id`.","type":"text/plain"},"url":{"path":["merchants",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The Merchant id","type":"text/plain"},"type":"any","value":"","key":"id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"oauth2","oauth2":[]}}}
sidebar_class_name: "get api-method"
info_path: api/manager/manager
custom_edit_url: null
@@ -30,7 +30,7 @@ Get a Merchant by its `id`.
Success
-
Authentication Failure
diff --git a/docs/api/manager/list-merchants.api.mdx b/docs/api/manager/list-merchants.api.mdx
index 968c084..2a6fe6a 100644
--- a/docs/api/manager/list-merchants.api.mdx
+++ b/docs/api/manager/list-merchants.api.mdx
@@ -5,7 +5,7 @@ description: "List the Merchants, optionally filtering by the `deleted` flag"
sidebar_label: "List"
hide_title: true
hide_table_of_contents: true
-api: {"description":"List the Merchants, optionally filtering by the `deleted` flag","operationId":"listMerchants","parameters":[{"description":"The cursor","in":"query","name":"cursor","required":false,"schema":{"type":"string"}},{"description":"The maximum number of results","in":"query","name":"limit","required":false,"schema":{"type":"integer","default":10}},{"description":"Filter by the `deleted` flag","in":"query","name":"deleted","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","description":"A page object with links to move to other pages and the list of objects.","properties":{"first":{"type":"string","description":"The link to the first page.","nullable":true},"items":{"type":"array","description":"An array of objects.","items":{"type":"object","description":"An array of objects.","properties":{"access_token":{"type":"string","description":"The Google merchant access token"},"account_id":{"type":"integer","format":"int64","description":"The account id","readOnly":true},"automatic_synchronization":{"type":"boolean","description":"Whether the Merchant data will be synchronized automatically"},"created_at":{"type":"string","format":"date-time","description":"The create date-time","readOnly":true},"dataset_domain":{"type":"string","description":"The custom domain (for example data.example.org)"},"dataset_name":{"type":"string","description":"The dataset path (for example /data)"},"deleted":{"type":"boolean","default":false,"description":"True if the merchant has been deleted"},"deleted_at":{"type":"string","format":"date-time","description":"The delete date-time","readOnly":true},"google_merchant_id":{"type":"integer","format":"int64","description":"The Google Merchant id"},"id":{"type":"integer","format":"int64","description":"The unique id","readOnly":true},"modified_at":{"type":"string","format":"date-time","description":"The last modified date-time","readOnly":true},"publisher_name":{"type":"string","description":"The publisher name (shows in schema publisher)"},"refresh_token":{"type":"string","description":"The Google merchant refresh token"},"sid":{"type":"string"},"sync_has_errors":{"type":"boolean"},"sync_id":{"type":"integer","format":"int64"},"sync_products_created":{"type":"integer","format":"int32"},"sync_products_deleted":{"type":"integer","format":"int32"},"sync_products_errored":{"type":"integer","format":"int32"},"sync_products_skipped":{"type":"integer","format":"int32"},"sync_products_total":{"type":"integer","format":"int32"},"sync_products_updated":{"type":"integer","format":"int32"},"sync_started_at":{"type":"string","format":"date-time","description":"The started date-time.","readOnly":true},"sync_stopped_at":{"type":"string","format":"date-time","description":"The stopped date-time.","readOnly":true},"url":{"type":"string","description":"The website URL"}},"required":["access_token","deleted","google_merchant_id","publisher_name","refresh_token"],"title":"MerchantView"}},"last":{"type":"string","description":"The link to the last page.","nullable":true},"next":{"type":"string","description":"The link to the next page or `null` if there's no page.","nullable":true},"prev":{"type":"string","description":"The link to the previous page or `null` if there's no page.","nullable":true},"self":{"type":"string","description":"The link to the current page.","nullable":true}},"required":["first","items","last","next","prev","self"],"title":"PageMerchantView"}}},"description":"Found"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["Merchants"],"method":"get","path":"/merchants","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"List","description":{"content":"List the Merchants, optionally filtering by the `deleted` flag","type":"text/plain"},"url":{"path":["merchants"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The cursor","type":"text/plain"},"key":"cursor","value":""},{"disabled":false,"description":{"content":"The maximum number of results","type":"text/plain"},"key":"limit","value":""},{"disabled":false,"description":{"content":"Filter by the `deleted` flag","type":"text/plain"},"key":"deleted","value":""}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"oauth2","oauth2":[]}}}
+api: {"description":"List the Merchants, optionally filtering by the `deleted` flag","operationId":"listMerchants","parameters":[{"description":"The cursor","in":"query","name":"cursor","required":false,"schema":{"type":"string"}},{"description":"The maximum number of results","in":"query","name":"limit","required":false,"schema":{"type":"integer","default":10}},{"description":"Filter by the `deleted` flag","in":"query","name":"deleted","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","description":"A page object with links to move to other pages and the list of objects.","properties":{"first":{"type":"string","description":"The link to the first page.","nullable":true},"items":{"type":"array","description":"An array of objects.","items":{"type":"object","description":"An array of objects.","properties":{"access_token":{"type":"string","description":"The Google merchant access token"},"account_id":{"type":"integer","format":"int64","description":"The account id","readOnly":true},"automatic_synchronization":{"type":"boolean","description":"Whether the Merchant data will be synchronized automatically"},"created_at":{"type":"string","format":"date-time","description":"The create date-time","readOnly":true},"dataset_domain":{"type":"string","description":"The custom domain (for example data.example.org)"},"dataset_name":{"type":"string","description":"The dataset path (for example /data)"},"deleted":{"type":"boolean","default":false,"description":"True if the merchant has been deleted"},"deleted_at":{"type":"string","format":"date-time","description":"The delete date-time","readOnly":true},"google_merchant_id":{"type":"integer","format":"int64","description":"The Google Merchant id"},"id":{"type":"integer","format":"int64","description":"The unique id","readOnly":true},"ignore_brand":{"type":"boolean","description":"Whether to ignore the `brand` property during validation"},"ignore_image":{"type":"boolean","description":"Whether to ignore the `image` property during validation"},"modified_at":{"type":"string","format":"date-time","description":"The last modified date-time","readOnly":true},"publisher_name":{"type":"string","description":"The publisher name (shows in schema publisher)"},"refresh_token":{"type":"string","description":"The Google merchant refresh token"},"sid":{"type":"string"},"sync_has_errors":{"type":"boolean"},"sync_id":{"type":"integer","format":"int64"},"sync_products_created":{"type":"integer","format":"int32"},"sync_products_deleted":{"type":"integer","format":"int32"},"sync_products_errored":{"type":"integer","format":"int32"},"sync_products_skipped":{"type":"integer","format":"int32"},"sync_products_total":{"type":"integer","format":"int32"},"sync_products_updated":{"type":"integer","format":"int32"},"sync_started_at":{"type":"string","format":"date-time","description":"The started date-time.","readOnly":true},"sync_stopped_at":{"type":"string","format":"date-time","description":"The stopped date-time.","readOnly":true},"url":{"type":"string","description":"The website URL"}},"required":["access_token","deleted","google_merchant_id","publisher_name","refresh_token"],"title":"MerchantView"}},"last":{"type":"string","description":"The link to the last page.","nullable":true},"next":{"type":"string","description":"The link to the next page or `null` if there's no page.","nullable":true},"prev":{"type":"string","description":"The link to the previous page or `null` if there's no page.","nullable":true},"self":{"type":"string","description":"The link to the current page.","nullable":true}},"required":["first","items","last","next","prev","self"],"title":"PageMerchantView"}}},"description":"Found"},"401":{"description":"Authentication Failure"}},"security":[{"OAuth2":[]}],"tags":["Merchants"],"method":"get","path":"/merchants","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"ApiKey":{"description":"`Key {your key}`","in":"header","name":"Authorization","type":"apiKey"},"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Subscription management and related services.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Manager","version":"1.0"},"postman":{"name":"List","description":{"content":"List the Merchants, optionally filtering by the `deleted` flag","type":"text/plain"},"url":{"path":["merchants"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The cursor","type":"text/plain"},"key":"cursor","value":""},{"disabled":false,"description":{"content":"The maximum number of results","type":"text/plain"},"key":"limit","value":""},{"disabled":false,"description":{"content":"Filter by the `deleted` flag","type":"text/plain"},"key":"deleted","value":""}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"oauth2","oauth2":[]}}}
sidebar_class_name: "get api-method"
info_path: api/manager/manager
custom_edit_url: null
@@ -34,7 +34,7 @@ Found
An array of objects.
-
Array [
]