Applications
Get application access permissions
get/applications/{owner}/{slug}/permissions
Path parameters
ownerstring required
slugstring required
Query parameters
pageinteger
Page number starting from 1
Page number starting from 1
per-pageinteger
Number of items per page
Number of items per page
subject_typestring[]
The type of access policy subject
The type of access policy subject
permissionstring[]
An access policy permission string
An access policy permission string
Response
Retrieved
Example response
{
"resources": [
{
"subject": {
"name": "ladybugbot"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.