|

Get the label for a user

get/users/{fp_id}/label
External ID
Gets the currently active label for the provided user.

Request

Path parameters

fp_id·

string

Response

created_at·

optional string

kind·

optional string

Allowed values:

active
offboard_fraud
offboard_other
GET /users/{fp_id}/label
1curl https://api.onefootprint.com/users/{fp_id}/label \
2  -u sk_test_xxxxx:
Response example
{
  "created_at": "2022-01-04T12:00-07:00",
  "kind": "active"
}