PopplioStaging
Staff
Staff-only IBL endpoints. Only usable from staff panel using panelapi credentials
GET
/
staff/meta/permissionsGet Staff Permissions
Lists every permission that can be attached to a staff role, grouped by category.
Success
GET
/
staff/appsStaff: Get Application List
Gets all applications returning a list of apps.
Query Parameters
user_idstring
The ID of the user to get the applications for. If not specified, all applications will be returned.
Success
PATCH
/
staff/apps/{app_id}Staff: Manage Application
Approves or denies an application. Returns a 204 on success.
Request Body
application/jsonRequiredapprovedboolean
reasonstring
Path Parameters
app_idRequiredstring
The App ID
Success