curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies/by_identifier_id/{identifier_id} \
--header 'Authorization: Bearer <token>'[
{
"matching_policy": {
"uuid": "<string>",
"name": "<string>",
"policy_type": "INCLUDED_KEYWORDS",
"value": {
"keywords": [
"<string>"
]
},
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z"
},
"assigned_at": "2023-11-07T05:31:56Z",
"clean_past_events": true
}
]curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies/by_identifier_id/{identifier_id} \
--header 'Authorization: Bearer <token>'[
{
"matching_policy": {
"uuid": "<string>",
"name": "<string>",
"policy_type": "INCLUDED_KEYWORDS",
"value": {
"keywords": [
"<string>"
]
},
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z"
},
"assigned_at": "2023-11-07T05:31:56Z",
"clean_past_events": true
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?