get
https://api.robinpowered.com/v1.0/organizations//locations
Get all of an organization's locations
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Examples
var robin = new RobinSDK('[[app:Token]]');
robin.api.organizations.locations.get(organizationId).then(function (response) {
var locations = response.getData();
});curl -X GET https://api.robinpowered.com/v1.0/organizations/:id/locations
-H "Authorization: Access-Token [[app:Token]]"