Register a new profile by providing a username and password. This call will attempt to register a profile. Immediate checks will result in an error, however, internal business logic might fail. To ensure that profile registration is successful you should check the status of your request.
Check command status
["profile.profile_registered"]
Request
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://stage.privicore.com:9009/profile/register-profile' \
--data-urlencode'username=' \
--data-urlencode'password='
Responses
🟢202Accepted
application/json
Command accepted. Use utility endpoint /request-status/{commandId} to retrieve command id status. Upon obtaining authorization token in next request (/profile/authenticate), subscribe to your profile channel on DPT CAB websocket server via profile authorization token and receive command status messages more conveniently in real time.