v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Roles
get/v1/roles
Query parameters
skip-paginationinteger
Set to 1 to skip pagination.
excelinteger
Set to 1 for excel output.
Response
200
Example response
{
"data": [
{
"object": "Role",
"id": "jMKQazLERjRQaEmL",
"name": "test",
"description": "Test ert",
"display_name": "sdfgfgd (api)",
"created_at": 1728593548,
"permissions": {
"data": [
{
"object": "Permission",
"id": "eYEdxMEoYeNMxozM",
"name": "create-payment",
"description": "Create a payment.",
"display_name": "create payment",
"permission_type": "Payment Management"
}
]
}
}
],
"meta": {
"pagination": {
"total": 2,
"count": 2,
"per_page": 10,
"current_page": 1,
"total_pages": 1
}
}
}