This is a REST-style API that uses serialized JSON and OAuth 2 authentication.
All requests start with the https://api.resourceguruapp.com/
base URL.
- All requests are done via SSL.
- All responses are in JSON.
With the exception of Accounts all requests must be appended with the account subdomain
and the path.
To make a request for all the Resources on the Example Corp account, the request URL will look
something like this https://api.resourceguruapp.com/v1/example-corp/resources
.
In order to make authorized calls to Resource Guru's API, your application must first obtain an OAuth access token. To register your app go to https://developers.resourceguruapp.com.
200
OK201
Created204
No Content401
Unauthorized403
Forbidden404
Not Found422
Unprocessable Entity5xx
Resource Guru is having trouble