cURL
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
Creates 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.
Your API key. Sent in the X-API-Key header.
X-API-Key
OK
The response is of type integer<int64>.
integer<int64>