Avibra Integration API
1.0.2
  • 1.0.2
  • 1.0.1
Home
Home
1.0.2
  • 1.0.2
  • 1.0.1
1.0.2
  • 1.0.2
  • 1.0.1
  1. User Management
  • Avibra
    • Change Log
    • Embedded UX/UI
    • Security
      • Authentication API
      • LinkToken API
    • Benefits
      • Get Benefits With Status
    • User Management
      • Create User
        POST
      • Update User
        POST
      • Cancel User
        DELETE
      • Prefil User
        POST
      • Upgrade/Downgrade User
        POST
    • Webhook
      • Webhook API (provided by partner)
    • Export Data
      • Open API Spec
  • Schemas
    • Schemas
      • eventInfo
      • userInfo
      • addressInfo
      • benefitwithstatusInfo
      • benefitwithstatusInfos
      • errorInfo
      • updateuserInfo
      • linktokenInfo
      • linktokenesponseInfo
      • accesstokenInfo
      • getbenefitInfo
      • userofferInfos
      • offerInfo
      • offerInfos
      • currentofferdetailsInfo
      • offers
      • prefillInfo
      • moredetail
      • moredetails
Home
Home
1.0.2
  • 1.0.2
  • 1.0.1
1.0.2
  • 1.0.2
  • 1.0.1
  1. User Management

Upgrade/Downgrade User

POST
https://dev.avibra.com/preprod/user/offers
Last modified:2025-11-19 18:01:43
Maintainer:Not configured
This API is used to upgrade or downgrade a user's offer/campaign/tier. It is asynchronous API execution. We will notify of upgrade and downgrade through webhook.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.avibra.com/preprod/user/offers' \
--header 'Authorization: ••••••' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "userid": "current10001",
        "offers": [
            ""
        ]
    }
]'
Response Response Example
"Success"
Modified at 2025-11-19 18:01:43
Previous
Prefil User
Next
Webhook