Skip to main content
POST
/
api
/
public
/
ticket
/
amount
Update the amount of a ticket
curl --request POST \
  --url https://api.vambe.me/api/public/ticket/amount \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "amount": 150000
}
'

Headers

x-api-key
string
required

API key needed to authorize the request

Body

application/json
amount
number
required
ticket_id
string<uuid>
ai_contact_id
string<uuid>
contact_number
string
currency
string
Example:

"CLP"

allow_closed_ticket
boolean

Response

Ticket amount updated successfully