Labels and tags
In order to help you visualize your user base and improve the verification decisions that Footprint makes for your users and businesses, we support a set of interactive APIs to deliver feedback on entities onboarded through Footprint based on context specific to your application. We support this feedback in two ways:
- Labels are a way to provide a high-level determination about an entity, and to give feedback to Footprint to improve risk systems and detection. You can have 1 active Label per entity
- Tags are an unstructure way for you to organize, categorize and add metadata about your entity. An entity can have multiple tags
Endpoints
- post/users/{fp_id}/labelSet the label for a user
- get/users/{fp_id}/labelGet the label for a user
- post/users/{fp_id}/tagsAdd a tag for a user
- get/users/{fp_id}/tagsList tags for a user
- delete/users/{fp_id}/tags/{tag_id}Delete a tag for a user
- post/businesses/{fp_id}/labelSet the label for a business
- get/businesses/{fp_id}/labelGet the label for a business
- post/businesses/{fp_id}/tagsAdd a tag for a business
- get/businesses/{fp_id}/tagsList tags for a business
- delete/businesses/{fp_id}/tags/{tag_id}Delete a tag for a business