Displaying Current Settings
DISPLAYS CURRENT SETTINGS
Returns current settings
GET /settings
Returns current settings. For users with the Standard Registry role only
{
type: object
properties:
operatorId:
type: string
operatorKey:
type: string
nftApiKey:
type: string
}{
// Response
}{
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?