Skip to content

admin get_organizations.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/get_organizations.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/get_organizations.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This command returns the organizations the system. It is a HTTP GET request.

A response looks like:

{
    "organizations": [
        {
            "description": "",
            "created": "2015-03-07 17:21:26.350299",
            "contact_email": "",
            "contact_name": "",
            "id": 1,
            "name": "Yellr"
        }
    ],
    "success": true
}
Clone this wiki locally