GET
/
api
/
v4
/
realms
/
{id}
/
export_logs
curl --request GET \
  --url https://api.drip.re/api/v4/realms/{id}/export_logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Response

200 - application/json
Successfully exported logs
logs
object[]