Creating identifiers
Creation of your application token
After be logged on the manager, you can go here to create new token:
Manage API on Manager, enter then path, name and click on add.
Example token:
nCIpjPRGh7G3bPVDTazWBA==
Use the API
To use the API you can call REST API listed into
https://api.confiared.com/.
All the reply is in JSON. Return at data root the variable
status_code, if
status_code is 0 then all have been successfully executed.
Else
status at data root contain the full error message for human.
Extra data can be returned into json
Sucess:
{"status":"ok","status_code":0}
{"status":"ok","status_code":0,"extradata":"test"}
Error:
{"status":"too big data input","status_code":1}