Skip to content

Configuration Fetch

Ronen Nachmias edited this page Jul 11, 2017 · 4 revisions

Fetch Configuration

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>"
}