curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies/{policy_uuid}/assignments \
--header 'Authorization: Bearer <token>'{
"items": [
{
"identifier_id": 123,
"identifier_name": "<string>",
"clean_past_events": true,
"assigned_at": "2023-11-07T05:31:56Z"
}
],
"next": "<string>"
}curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies/{policy_uuid}/assignments \
--header 'Authorization: Bearer <token>'{
"items": [
{
"identifier_id": 123,
"identifier_name": "<string>",
"clean_past_events": true,
"assigned_at": "2023-11-07T05:31:56Z"
}
],
"next": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Was this page helpful?