List tags for a user
get/users/{fp_id}/tags
External ID
Request
Path parameters
fp_id·string
Response
created_at·string
id·string
tag·string
GET /users/{fp_id}/tags
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"
}
]