curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies \
--header 'Authorization: Bearer <token>'{
"items": [
{
"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"
}
],
"next": "<string>"
}curl --request GET \
--url https://api.flare.io/firework/v4/matching_policies \
--header 'Authorization: Bearer <token>'{
"items": [
{
"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"
}
],
"next": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x <= 25asc, desc Was this page helpful?