Klavi Link docs
Home
Link
Klaas
Navigate through spaces
⌘
K
OVERVIEW
DEVELOPER GUIDE
Overview
Concepts
How to integrate Link
API Call Sequence Diagram
Integration with WhiteLabel
WhiteLabel User Journey
WhiteLabel Web Tracking
Postman Collection
Participant Institutions
Consent Permissions
Environment
Rate Limits and Throughput
Date and Time formatting
Open Data Input Format
Codes and Errors
FAQ
WEBHOOKS
Overview
API Event Webhooks
Product Webhooks
PRODUCTS
Overview
Statement
Credit Risk
Market Intelligence
KYC
API REFERENCE
Overview
Authentication
Link
Institutions
Consents
Request Reports
Release History
Docs powered by
Archbee
API REFERENCE
Authentication
Refresh Access Token
1min
Refresh the access token
GET
Request
Header Parameters
Authorization
required
String
Bearer access token, it returned by the /auth
Curl
1
curl
--location
'https://api-sandbox.klavi.ai/data/v1/refresh'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location 'https://api-sandbox.klavi.ai/data/v1/refresh' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
200
1
{
2
"accessToken"
:
"JhbGciOiJFUzI1NiIs.QtYjAyOC1hN2ZhMWFjZGRjZjkiLCJ0.nlTqpAZHeq4P2xFD"
,
3
"expireIn"
:
1800
4
}
{ "accessToken": "JhbGciOiJFUzI1NiIs.QtYjAyOC1hN2ZhMWFjZGRjZjkiLCJ0.nlTqpAZHeq4P2xFD", "expireIn": 1800 }
Updated 29 Sep 2024
Did this page help you?
PREVIOUS
Generate Access Token
NEXT
Create a Link
Docs powered by
Archbee
TABLE OF CONTENTS
GET
refresh
Docs powered by
Archbee