To list all your resources in a project, send a GET request to /v2/projects/$PROJECT_ID/resources.This endpoint will only return resources that you are authorized to see. For example, to see Droplets in a project, include the droplet:read scope.
/v2/projects/$PROJECT_ID/resources
droplet:read
Optional
Which 'page' of paginated results to return.
Number of items returned per page
To list all your resources in a project, send a GET request to
/v2/projects/$PROJECT_ID/resources.This endpoint will only return resources that you are authorized to see. For example, to see Droplets in a project, include thedroplet:readscope.