Badge/Certification Object

A badge can be added to a guide and awarded once the guide is complete, badges can also have Certifications attached.

The format for a certification (aka Badge) object is as follows:

{
    "id": "ecfd0b48-61d2-11e6-8ef2-06871305d8f3",
    "title": "Customer Success",
    "isDeleted": false,
    "createdAt": 1471146922840.7722,
    "updatedAt": 1471146943641.622
}
📘

Certifications can be deleted by a user, but they will be retained via the API with a "isDeleted" boolean that will be true.

Learn more about Badges.