|

List tags for a user

get/users/{fp_id}/tags
External ID
Lists the free-form tags on the provided user.

Request

Path parameters

fp_id·

string

Response

created_at·

string

id·

string

tag·

string

GET /users/{fp_id}/tags
1curl https://api.onefootprint.com/users/{fp_id}/tags \
2  -u sk_test_xxxxx:
Response example
[
  {
    "created_at": "2022-01-04T12:00-07:00",
    "id": "tag_2ZwAl6LyHB6l7Ap2Ksdw8X",
    "tag": "transaction_chargeback"
  },
  {
    "created_at": "2022-01-04T12:00-07:00",
    "id": "tag_2ZwAl6LyHB6l7Ap2Ksdw8X",
    "tag": "transaction_chargeback"
  }
]