POST
/
api
/
v2
/
credit-request
/
create
Create Credit Request
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 '{
  "comments": "<string>",
  "alert_id": "<string>"
}'
123

Headers

X-API-Key
string
required

Your API key. Sent in the X-API-Key header.

Body

application/json
alert_id
string
required
comments
string | null

Response

200 - application/json

OK

The response is of type integer.