Skip to main content
POST
/
marcas
Criar marca
curl --request POST \
  --url https://api.tiny.com.br/public-api/v3/marcas \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "descricao": "<string>"
}
'
{
  "id": 123
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.erp.olist.com/llms.txt

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

Body

application/json
descricao
string

Response

OK

id
integer