Displaying Current Settings
Last updated
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
}{
// Response
}{
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated