POST
/
api
/
v2
/
credit-request
/
create
curl --request POST \
  --url https://api.chargeblast.com/api/v2/credit-request/create \
  --header 'Content-Type: application/json' \
  --data '{
  "comments": "<string>",
  "alert_id": "<string>"
}'
123

Query Parameters

api_key
string
required

Body

application/json
alert_id
string
required
comments
string | null

Response

200 - application/json
OK

The response is of type integer.