| Field | Type | Required | Description | Example |
|---|---|---|---|---|
resource |
String | ✔️ | Indicates the response contains a permission object. Will always contain the string permission for thisendpoint. |
permission |
id |
String | ✔️ | The identifier uniquely referring to this permission. Example: payments.read. |
payments.read |
description |
String | ✔️ | A short description of what kind of access the permission enables. | View your payments |
granted |
boolean | ✔️ | Whether this permission is granted to the app by the organization. | true |
links |
EntityPermissionLinks | ✔️ | An object with several relevant URLs. Every URL object will contain an href and a type field. |