Contents

Editor token

Get token string for opening the Editor without signing in Cacoo.

Method

GET

URL

https://cacoo.com/api/v1/diagrams/diagramId/editor/token.format
Example : https://cacoo.com/api/v1/diagrams/00e77f4dc9973517/editor/token.json

Format

json, xml

Authentication

required

Parameters

Parameter NameTypeContentExample
diagramId (Required)StringDiagram Id00e77f4dc9973517

Response

FieldTypeDescriptionExample
tokenStringToken string for ‘editorToken’ parameter of the Editor APInITfHr0rxfeAxdCn

JSON Response Example

{
    "token": "nITfHr0rxfeAxdCn"
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<editor>
  <token>nITfHr0rxfeAxdCn</token>
</editor>