Retrieve the organization default PIN code settings

Retrieve the default pin code settings of an organization.

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Request Body schema: application/json

Retrieve the PIN codes of a given device

password
required
string

The password of the current user.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/organizations/{orgId}/default-settings/pin-codes
Request samples
application/json
{
  • "password": "string"
}
Response samples
application/json
{
  • "data": {
    },
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}