This is the defined documentation for RESTful APIs for CertCapture 6.X and beyond..
Create an attribute group for a company.
1curl 'https://sbx-api.certcapture.com/v2/attribute-groups' \ 2-H 'x-client-id: {x-client-id}' \ 3-H 'Authorization: Basic cWFfcmVzdF9hcGlfY2FsZHdlbGw6R3UxbGR3YXJzIQ==' \ 4-H 'Content-Type: application/json' \ 5-d '{"data":{"created":"2017-10-26 12:41:48.377959","description":"Joes Attribute Group","id":1,"modified":"2017-10-26 12:41:48.377959","name":"United States","system_code":"false"}}'
1{ 2 "data": { 3 "created": "2017-10-26 12:41:48.377959", 4 "description": "Joes Attribute Group", 5 "id": 1, 6 "modified": "2017-10-26 12:41:48.377959", 7 "name": "United States", 8 "system_code": "false" 9 } 10}