Skip to main content
GET
/
{alias}
/
store
/
scripts
/
{id}
Visualizar um Script
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/store/scripts/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "id": 123,
  "active": true,
  "name": "<string>",
  "page": "<string>",
  "content": "<string>"
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

id
integer
required

ID do Script

Response

Visualizar um Script

id
integer
active
boolean
name
string
page
string
content
string
I