Skip to content
Orillion logo
Soramitsu logo

Retrieving all premium peers

Protocol: HTTP

EncodingJSON

Endpoint/auth/api/v1/peer-management/premium

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: [
    {
      peerId: 'string' //A unique identifier of a peer
    }
  ]
}
{
  status: {
    code: 0, //integer($int32)
    name: 'string',
    message: 'string'
  },
  data: [
    {
      peerId: 'string' //A unique identifier of a peer
    }
  ]
}

Responses

Response CodeDescription
200All premium peers have been retrieved successfully.
500Internal server error.