Skip to main content
POST
/
open
/
api
/
brand
/
list
Get list brand
curl --request POST \
  --url https://user.pmock.com/api/open/api/brand/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "sdkVersion": 123
}
'
{
  "traceId": "",
  "code": 0,
  "msg": "",
  "data": [
    {
      "brand": "",
      "resolutions": [
        {
          "width": 0,
          "height": 0
        }
      ]
    }
  ],
  "status": ""
}

Body

application/json
sdkVersion
integer
required

Android version (currently supports: 11, 12, 13, 14, 15)

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
object[]

Request return data