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 Name | Type | Content | Example |
---|---|---|---|
diagramId (Required) | String | Diagram Id | 00e77f4dc9973517 |
Response
Field | Type | Description | Example |
---|---|---|---|
token | String | Token string for ‘editorToken’ parameter of the Editor API | nITfHr0rxfeAxdCn |
JSON Response Example
{
"token": "nITfHr0rxfeAxdCn"
}
XML Response Example
<?xml version="1.0" encoding="utf-8"?>
<editor>
<token>nITfHr0rxfeAxdCn</token>
</editor>