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>"
}Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Was this page helpful?