Register an OAuth Application when you need to grant access to a third-party service or integration. During registration, you define the application's identity and the specific scopes (permissions) it will be allowed to use. This creates an isolated authorization context that can be monitored and revoked independently of your main profile token.
Request
Authorization
API Key
Add parameter in header
X-DPT-AUTHORIZATION
Example:
X-DPT-AUTHORIZATION: ********************
or
Header Params
Body Params application/x-www-form-urlencoded
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/oauth-application-register' \
--header'X-DPT-AUTHORIZATION: <api-key>' \
--data-urlencode'title=' \
--data-urlencode'redirect_uri='