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

Documentation Index

Fetch the complete documentation index at: https://docs.getjusto.com/llms.txt

Use this file to discover all available pages before exploring further.

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

success

status
string

Resultado de la operación.

data
object

Datos asociados a la operación