Skip to main content
GET
/
api
/
v1
/
applications
/
{application_id}
/
resources
List resources for an application
curl --request GET \
  --url https://api.accessowl.com/api/v1/applications/{application_id}/resources \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "application_id": "7488a646-e31f-11e4-aace-600308960662",
      "description": "Main workspace access",
      "id": "7488a646-e31f-11e4-aace-600308960663",
      "multiple_permissions_selectable": false,
      "parent_resource_id": null,
      "permissions": [
        {
          "elevated": false,
          "id": "7488a646-e31f-11e4-aace-600308960664",
          "requestable": true,
          "title": "Member"
        }
      ],
      "requestable": true,
      "title": "Workspace",
      "type": "resource"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass your AccessOwl API token in the Authorization header as Bearer <token>.

Path Parameters

application_id
string
required

Application ID

Response

Resource list

List of resources for an application

data
Resource · object[]
required

List of resources