curl --request POST \
--url https://api.chargeblast.com/api/v2/credit-request/create \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '
{
"alert_id": "<string>",
"comments": "<string>"
}
'123Creates a credit request for a rejected alert. Will fail if requesting credit from resolved alert or alert with an existing credit request, otherwise will simply return 200 response code.
curl --request POST \
--url https://api.chargeblast.com/api/v2/credit-request/create \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '
{
"alert_id": "<string>",
"comments": "<string>"
}
'123