Skip to main content
The /cms/ interface provides an access point for retrieving the URL to the Strapi content management system (CMS) of the shop system. The endpoint provides the direct link to the Strapi admin area so that authorized users can log in and manage content there. Currently, only the CMS type strapi is supported. Direct access to CMS content via the API is currently not provided.

Supported methods

List of all supported methods.
Command/infoEndpointsGETPOSTPUTDELETE
CMScms/

Methods for the CMS

GET cms/

This endpoint returns the URL to the admin area of the connected content management system (CMS). A query parameter can be used to specify the type of the CMS; currently, only strapi is supported.

Example

http://www.<your-shop>.de/admin/api/v1/cms?type=strapi

Response

https://<shopId>-cms.websale.net/admin

Error codes

ErrorTypeReason
401 UnauthorizedNot authorized: you are not logged in or do not have the required permissions to read CMS data.
400 Bad Request”invalidValue”The type parameter is missing or has an invalid value. Currently, only the value strapi is supported.

Support

Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum Kundenportal Bitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.