Cadastrar um novo Script
curl --request POST \ --url https://api.dooki.com.br/v2/{alias}/store/scripts \ --header 'Content-Type: application/json' \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>' \ --data '{ "active": true, "name": "<string>", "page": "<string>", "content": "<string>" }'
{ "id": 123, "active": true, "name": "<string>", "page": "<string>", "content": "<string>" }
Alias da loja
Script cadastrado com sucesso!
Was this page helpful?