Settings
Endpoints related to managing Okendo settings
Review Translation Settings
A flag which is used to determine whether the Subscriber Review Translation Blocklist will be used when translating Reviews
A flag which is used to determine whether Product Review Translation Blocklist will be used when translating Reviews
Updated Subscriber Review Translation Settings Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
POST /enterprise/review_translation_settings HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 76
{
"isGlobalTermsBlocklistEnabled": true,
"isProductTermsBlocklistEnabled": true
}
{
"isGlobalTermsBlocklistEnabled": true,
"isProductTermsBlocklistEnabled": true
}
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
GET /enterprise/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Accept: */*
{
"blocklistedTerms": [
"text"
]
}
Array of blocklisted terms.
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
The request was well-formed but was unable to be followed due to semantic errors.
PUT /enterprise/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"blocklistedTerms": [
"text"
]
}
{
"blocklistedTerms": [
"text"
]
}
Array of blocklisted terms.
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
The request was well-formed but was unable to be followed due to semantic errors.
PATCH /enterprise/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"blocklistedTerms": [
"text"
]
}
{
"blocklistedTerms": [
"text"
]
}
The resource was deleted successfully.
No content
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
DELETE /enterprise/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Accept: */*
No content
The product ID prefixed by a platform identifier.
shopify-123456789
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
GET /enterprise/products/{productId}/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Accept: */*
{
"blocklistedTerms": [
"text"
]
}
The product ID prefixed by a platform identifier.
shopify-123456789
Array of blocklisted terms.
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
The request was well-formed but was unable to be followed due to semantic errors.
PUT /enterprise/products/{productId}/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"blocklistedTerms": [
"text"
]
}
{
"blocklistedTerms": [
"text"
]
}
The product ID prefixed by a platform identifier.
shopify-123456789
Array of blocklisted terms.
A Translation Blocklist Object
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
The request was well-formed but was unable to be followed due to semantic errors.
PATCH /enterprise/products/{productId}/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"blocklistedTerms": [
"text"
]
}
{
"blocklistedTerms": [
"text"
]
}
The product ID prefixed by a platform identifier.
shopify-123456789
The resource was deleted successfully.
No content
Authentication credentials are missing or incorrect.
The requested resource is forbidden.
The requested resource could not be found.
DELETE /enterprise/products/{productId}/review_translation_blocklist HTTP/1.1
Host: api.okendo.io
Authorization: Basic username:password
Accept: */*
No content
Last updated