> Part of [WHCC Developer Documentation](https://www.whcc.com/developer/llms.txt)

# Complete

Upon a user successfully going through the editor process, a `GET` request is made to the specified `complete` URL you provided in the editor creation process.

> **NOTE:** We do support using a replacement parameter, `%EDITOR_ID%`, which you can specify in your `complete` redirect when creating an editor.

## Returning a user to an existing editor

Editor urls are single-use. In order to return to an existing editor session, request a new link to the editor.

## POST `/editors/{editorId}/edit-link`

Content-type: application/json

## curl

### CURL Example Request

```shell
curl https://prospector.dragdrop.design/api/v1/editors/{editorId}/edit-link \
	-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.r3udhowqndkwqneoiqwndjwndei12u390912hrbfhaslkdjbqwiei21nbrhewiuornqwjkfhbaiwodnqwjkbdawuosdhowqubdfjkwbdusandbiwquebio12nedbwbaodpqwnebou12rbwkjalndawuobdnwqndfqwbdfoiwqndpiqwhfiwqnkjdlnwqdnioqwhniorqw3nfjwbaodnwdnqwopd" \
	-H "Accept: application/json" \
	-H "Content-Type: application/json" \
  -d '{}'
```

### Example Response

```json
{
	"url": "https://www.dragdrop.design/editor/2321ej2101293a4e57cdf605?token=3h2ebaksndohe2o1nen2jkeVCJ9.eyJjbGllbnRLZXlJZCI6InJFMnVlbU1tOGV3ZVFMa243IiwidXNlcklkIjoiMTAwMDEtdGVzdCIsInByb2R1Y3RJZCI6ImI3alc3UG1zZkJ5b1N4UTVtIiwiZGVzaWduSWQiOiJ6dFJNRGlIdXA4b29GaHhMciIsImlzcyI6InBpY2theGUiLC2ebwqhdowqjdnwqjdjkwndw0100218uead0xzUVc5S0ZvR3VaNnR5IiwiZXhwIjoxNTM1MTY2NjM5OTMyfQ.bVnY1DmC9JZYQRklIlCaqusd90109eujnwdnjalXwMtXN4KezaR2-NLpOBIs"
}
```

> ## What's Next
>
> Once a user has completed their editing experience, you'll probably want to redirect them to a cart for [Ordering](https://www.whcc.com/developer/docs/editor-api/ordering/index.html.md)