Get master card number
Get master card number.
- Master card can be used to add another cards to the panel
- Available only on panels with card readers
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- master_card stringPossible values: <= 20 characters, Value must match regular expression[a-fA-F0-9]{1,20}Master card value 
{
  "master_card": "123456789"
}
{
  "master_card": "123456789"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...