List SEO Settings

GET {{baseUrl}}/seo

This endpoint allows you to show your Store's SEO Settings, such as Title, Keywords, and Description.

🌐 Multi-Lang Support

The following are translate-able by the Header Values, such as ACCEPT-LANGUAGE & CONTENT-LANGUAGE:

Variable Title
title
keywords
description
OAuth Scopes


metadata.read_write

HEADERS

KeyDatatypeRequiredDescription
ACCEPT-LANGUAGEstringSet Language Code you want to get the response with. Retrieve a list of supported languages using the Language Endpoint. Use the iso_code value you get from the language endpoint as a value in this header.
CONTENT-LANGUAGEstring(OPTIONAL) Show the used language of the response. Note that not passing a value here or passing the default value of the iso_code as ar will not appear in the response.
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"title":"Test","keywords":"Test","description":"Test","url":"https://salla.sa/testweb/sitemap.xml","friendly_urls_status":true,"refersh_sitemap":"https://salla.sa/testweb/sitemap/generate/1305146709"}}