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
}

Body

application/json
descricao
string

Response

OK

id
integer