Skip to main content
GET
/
apps
/
{appId}
/
logs
Logs da Aplicação
curl --request GET \
  --url https://dashboard.gratian.pro/api/v2/apps/{appId}/logs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appId
string
required

Response

200 - application/json

Logs do console

success
boolean
Example:

true

data
string[]