-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration Fetch
Ronen Nachmias edited this page Jul 11, 2017
·
4 revisions
Request:
POST /configuration/fetch
{
"token":{
"origin": <organizationid>,
"token": <api-key issued by the organization>
},
"collection":"<your collection name>",
"key":"<your json object key>"
}
Response: Status: 200 OK
{
"value":{....your json object....},
"key":"<unique key for your json object>"
}