Skip to main content
POST
/
v1
/
versioning
/
upgrade
Pin account to a version
curl --request POST \
  --url https://api.balampay.com/v1/versioning/upgrade \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "target_version": "2026-04-14"
}
'
{
  "code": "<string>",
  "message": "<string>",
  "errors": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Body

application/json

The body is of type object.

Response

Success.