Skip to main content
GET
/
data
/
drift-configs
/
{id}
Get drift configuration
curl --request GET \
  --url https://acusight.io/api/data/drift-configs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

id
integer
required

Drift config ID

Response

Drift config

data
any
error
object
meta
object
success
boolean