|

Set the label for a business

post/businesses/{fp_id}/label
External ID
Set the label for the provided business. Unset the label by sending null.

Request

Path parameters

fp_id·

string

Body

kind·

optional string

Allowed values:

active
offboard_fraud
offboard_other

Response

Empty JSON.
POST /businesses/{fp_id}/label
1curl -X POST https://api.onefootprint.com/businesses/{fp_id}/label \
2  -u sk_test_xxxxx: \
3  -d '{
4    "kind": "active"
5  }'
Response example
{}