POST
/
entities
/
asset
/
{asset_id}
/
callback
/
{event_id}
curl --request POST \
  --url https://sandbox.axle.energy/entities/asset/{asset_id}/callback/{event_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "timestamp": "2023-11-07T05:31:56Z",
  "status": "RECEIVED"
}'
"<any>"

Path Parameters

asset_id
string
required
event_id
string
required

Body

application/json
timestamp
string
required

Timestamp for the response (UTC)

status
enum<string>
required

An enumeration.

Available options:
RECEIVED,
ACCEPTED,
REJECTED,
FAILED,
EXECUTED

Response

200
application/json
Successful Response

The response is of type any.