Skip to main content
POST
/
user
/
collections
List collections for a vault
curl --request POST \
  --url https://pria.praxislxp.com/user/collections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "vault": "personal",
  "page": 123,
  "pageSize": 123,
  "institution": "<string>",
  "parent": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
vault
enum<string>
Available options:
personal,
instance,
account
page
integer
pageSize
integer
institution
string
parent
string

Filter by parent collection ID (omit for root collections)

Response

200

Paginated list of collections with stats