/organizations/:id

Get an organization's details

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns an Organization resource.

Examples

var robin = new RobinSDK('[[app:Token]]');

robin.api.organizations.get(organizationId).then(function (response) {
  var organization = response.getData();
});
curl -X GET https://api.robinpowered.com/v1.0/organizations/:id
    -H "Authorization: Access-Token [[app:Token]]"
Path Params
string
required

The ID or slug (i.e. username) of the organization

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json