HEAD
/
menu
/
{id}
curl --request HEAD \
  --url https://api.getjusto.com/api/v2/menu/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "errors": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Corresponde al identificador interno que posea cada marca para su respectivo menú.

Response

200
application/json

success

The response is of type object.