Overview
The Delogue API lets external developers build integrations and automations against the Delogue PLM platform — styles, items, colors, suppliers, and more. It is a RESTful, JSON API. Every response uses a small, consistent envelope, and filtering, sorting, and pagination follow the same conventions across all resources.This portal documents the public Delogue API.
Base URLs
Pick the environment that matches your data:
Append the path from the API reference, e.g.
GET https://service.staging.delogue.com/api/styles.
Quickstart
1
Get an API key
See Authentication to create a key from your Delogue profile.
2
Make a request
Send the key in the
X-Auth-Token header. Try GET /api/colors.3
Read the response
Responses use the standard envelope —
status, code, data.Help & support
Knowledge Base
Product guides and how-tos for the Delogue platform.
Contact support
How to reach the Delogue support team.