Skip to main content
POST
/
firework
/
v4
/
credentials
/
actions
Credential actions (ignore, remediate, etc.)
curl --request POST \
  --url https://api.flare.io/firework/v4/credentials/actions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": {
    "type": "<string>"
  },
  "targets": [
    {
      "credential_hash": "<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.

Apply an action to a list of credentials (ignore, remediate, etc.).

Body parameters

action
object
required
The action applied to Credentials.
targets
object[]
required
List of targets where the action applied (max 100).