HomeAPI ReferenceVaultsGet Vault Approvals
GET/vaults/approvals

Get Vault Approvals

Outcome - Returns all vault approvals for the current vault.

Query Parameters

pagenumbernullable

Specifies the page number of results to return.

limitnumbernullable

Limits the number of results returned.

sortKeystringnullable

Sort results by fields ('id', 'name', 'email', 'status').

searchstringnullable

Search term for filtering results by fields ('name', 'email', 'phone').

filtersobjectnullable

Additional filters for the query.

Show child parameters (3)
namestringnullable

filter query by name. example: filters[name] = rox

emailstringnullable

filter query by email. example: filters[email] = rox@example.com

roleIdnumbernullable

filter query by roleId. example: filters[roleId] = In(1,2,3 ....) or NotIn(1,2,3 ....)

Responses

Response attributes

messagestring

Response message

dataarray

Response data containing admin information

Show child attributes (12)
idnumber

Admin ID

phonestring

Admin Phone (can be null)

namestring

Admin Name

emailstring

Admin Email

isTwoFactorEnabledboolean

Admin enables two factor auth or not

mustActivateTwoFactorAuthboolean

Admin must activate two factor auth or not

createdAtstring

Admin created at date

updatedAtstring

Admin updated at date

vaultsarray

Admin Vaults

Show child attributes (2)
idnumber

Vault ID

namestring

Vault Name

statusstring

Admin status (active or hold)

roleAssignDatestring

Admin role assign date

stagestring

Admin stage (Email Send, Connected)

statusnumber

HTTP status code

Was this page helpful?