Our Editor API allows you to create and redirect your customers into our unbranded editing experiences.
We have a staging environment available to use during development. You will need a different set of credentials for each environment.
Stage URL: https://prospector-stage.dragdrop.design
Production URL: https://prospector.dragdrop.design
All of the examples throughout this documentation points to the production hostname.
Authenticate and get an access token for future calls.
Receive a list of designs your customers can potentially order.
Create an editor session for a product and design.
Redirect your customer to the response URL where they can edit their card.
Your customer will return to your return URLs with a payload of completed design information.
Submit an order to thru the Order Submit API using the information returned
Get started with Authentication