Introduction
Last updated
Was this helpful?
The Duro GraphQL API provides a powerful interface to interact with your product lifecycle management data. This guide will help you understand the core concepts and get started with integration.
Our API is built using GraphQL, offering several advantages:
Request exactly the data you need and ability to fetch multiple resources in parallel
Strong typing and schema validation
Efficient data loading
Interactive documentation and exploration
The Duro API follows these core principles:
RESTful-like resource patterns
Clear name-spaced resources
Consistent error handling
Rate limiting for stability
Versioned schema updates
Before you begin, you'll need:
A Duro account
Basic understanding of GraphQL
Your preferred GraphQL client
We recommend using these tools:
Postman (with GraphQL support)
Learn how to authenticate your requests to get started.
Last updated
Was this helpful?
Was this helpful?