v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAttribute groups
Get attribute group
Get a specific attribute group by its ID.
get/v1/attribute-groups/{groupId}
Path parameters
groupIdstring required
Attribute group ID
Response
OK. Attribute group was found.
Example response
{
"id": "non-trusted-merchants",
"description": "High-risk merchant IDs",
"values": [
"0123",
"2224",
"3876"
]
}