Skip to main content
POST
Retrieve settings for the current institution

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
status
enum<string>

Filter by status. When omitted, excludes settings with status 'deleted'.

Available options:
active,
inactive,
deleted
Example:

"active"

key
string

Filter by exact key name

Example:

"variable-2"

Response

Successfully retrieved settings

success
boolean
Example:

true

data
object[]