GET /v2/projects/default/resources
To list all your resources in your default project, send a GET request to /v2/projects/default/resources
.
Only resources that you are authorized to see will be returned. For example, to see Droplets in a project, include the droplet:read
scope.
Servers
- https://api.digitalocean.com
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.