Use this endpoint to determine when your authorization token will expire, allowing you to proactively reauthorize or refresh your token before it becomes invalid.
Request
Authorization
API Key
Add parameter in header
X-DPT-AUTHORIZATION
Example:
X-DPT-AUTHORIZATION: ********************
or
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://sandbox.privicore.com:9009/profile/authorization-token/expiry' \
--header'X-DPT-AUTHORIZATION: <api-key>'