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. Security
  • Avibra
    • Change Log
    • Embedded UX/UI
    • Security
      • Authentication API
        POST
      • LinkToken API
        POST
    • Benefits
      • Get Benefits With Status
    • User Management
      • Create User
      • Update User
      • Cancel User
      • Prefil User
      • Upgrade/Downgrade User
    • 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. Security

LinkToken API

POST
https://dev.avibra.com/preprod/user/linktoken3
Last modified:2025-06-25 16:05:28
Maintainer:Not configured
This API returns linktoken specific to user which can be appened to portal url (linktoken param).This token secures portal url. Api requires basic auth to authenticate. Username and Password will be provided by Avibra

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://dev.avibra.com/preprod/user/linktoken3' \
--header 'x-api-key;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "partnerprofileid": "",
    "userid": "current10001"
}'
Response Response Example
200 - Valid Response
{
    "linktoken": "link-25223fa8-c53a-4dec-9940-aea0c8de3a60",
    "expiresat": "2025-04-09T21:52:55.326Z"
}
Modified at 2025-06-25 16:05:28
Previous
Authentication API
Next
Get Benefits With Status