- Privicore API
- Utility
- Profile
- OAuth Application
- Public key
- Data Token
- Device
- Storage
- Verified authenticator
- Policy
- Directory
- Register Directory
- Retrieve owned Directories
- Retrieve assigned directories
- Retrieve Directory
- Create Directory User
- Update user information
- Invite Profile
- Set profile password
- List Directory Invites
- Process Invitation
- Retrieve directory profile
- List directory users
- Directory profiles info
- Create profile device
- Add storage device to profile
- List directory devices
- Create directory voting pool
- Store directory meta information
- Voting
Retrieve voting strategy
GET
/verified-authenticator/retrieve-strategy
Verified authenticatorVoting
Request
Header Params
X-DPT-AUTHORIZATION
string
required
Example:
Request 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 GET 'https://mobileapp.privicore.com:9009/verified-authenticator/retrieve-strategy' \
--header 'X-DPT-AUTHORIZATION;'
Responses
🟢200OK
application/json
Body
votingTime
integer
optional
Example:
60
votingAttempts
integer
optional
Example:
1
quorumSize
integer
optional
Example:
1
quorumSizeNeeded
integer
optional
Example:
1
quorumStrategy
enum<string>
optional
Allowed values:
unanimousconsensusaffirmativeminimum_percentage
createdAt
string
optional
Example:
2025-02-10T10:03:06+00:00
Example
{
"votingTime": 60,
"votingAttempts": 1,
"quorumSize": 1,
"quorumSizeNeeded": 1,
"quorumStrategy": "unanimous",
"createdAt": "2025-02-10T10:03:06+00:00"
}
🟠401Unauthorized
Modified at 2025-03-06 13:01:35