Skip to content
Orillion logo
Soramitsu logo

Retrieving salt values

Protocol: HTTP

Encoding: JSON

Endpoint/auth/api/v1/authentication-management/salt

MethodGET

Parameters: —

Input/request structure:

A GET request to the endpoint.

Output/response structure:

Show
json5
{
  status: {
    code: 0, //integer($int32)
    name: 'string',
    message: 'string'
  },
  data: 'string'
}
{
  status: {
    code: 0, //integer($int32)
    name: 'string',
    message: 'string'
  },
  data: 'string'
}

Responses

Response CodeDescription
200Deterministic salt persisted on the blockchain has been retrieved successfully.
404User not found.
500Internal server error.