v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAttribute groups
List attribute groups
List all available attribute groups in the organization. You can optionally provide the limit query parameter to specify the maximum number of groups to return per page.
get/v1/attribute-groups
Query parameters
limitnumber
Example:100
Maximum number of attribute groups to return
Response
OK. Attribute groups for the account were found.
Example response
{
"items": [
{
"id": "non-trusted-merchants",
"description": "High-risk merchant IDs",
"values": [
"0123",
"2224",
"3876"
]
}
]
}