Skip to main content
POST
/
agents
/
{id}
/
fund
Fund agent account
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/agents/{id}/fund \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Path Parameters

id
string
required

Agent ID

Body

application/json

Fund amount

amount
string
required

Accepts decimal format like "1289.00" or "1289"

Response

OK

The response is of type object.