- Privicore API
- Utility
- Profile
- OAuth Application
- Public key
- Data Token
- Device
- Storage
- Verified authenticator
- Policy
- Directory
- Register DirectoryPOST
- Retrieve owned DirectoriesGET
- Retrieve assigned directoriesGET
- Retrieve DirectoryGET
- Create Directory UserPOST
- Update user informationPOST
- Invite ProfilePOST
- Set profile passwordPOST
- List Directory InvitesGET
- Process InvitationPOST
- Retrieve directory profileGET
- List directory usersGET
- Directory profiles infoGET
- Create profile devicePOST
- Add storage device to profilePOST
- List directory devicesGET
- Create directory voting poolPOST
- Store directory meta informationPOST
- Voting
Store directory meta information
POST
/directory/meta-information/store
Directory
Request
Header Params
X-DPT-AUTHORIZATION
string
required
Example:
Body Params application/json
directoryId
string
required
Example:
configuration
object
required
Additional properties
integer | number | string | boolean
optional
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 POST 'https://mobileapp.privicore.com:9009/directory/meta-information/store' \
--header 'X-DPT-AUTHORIZATION;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢202Accepted
application/json
Use DPT CAB websocket server to subscribe to your profile channel via authorization token and receive command status messages.
Headers
X-DPT-CAB-ID
string
optional
Body
array[string]
optional
Example
[
"string"
]
🟠401Unauthorized
🟠422Parameter Error
Modified at 2025-03-06 13:01:35