/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/info | Endpoints | GET | POST | PUT | DELETE |
|---|---|---|---|---|---|
| CMS | cms/ |
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, onlystrapi is supported.
Example
Response
Error codes
| Error | Type | Reason |
|---|---|---|
| 401 Unauthorized | Not 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. |
