Bypasses
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v2/bypasses/{uid} HTTP/1.1
Accept: */*
{
"id": 1,
"name": "text",
"authors": [
{
"name": "text",
"handle": "text",
"link": "text"
}
],
"language": "text",
"code": "text",
"is_default": true,
"created_at": "2026-02-02T17:16:30.270Z",
"updated_at": "2026-02-02T17:16:30.270Z"
}PUT /api/v2/bypasses/{uid} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "text",
"language": "text",
"code": "text"
}{
"id": 1,
"name": "text",
"authors": [
{
"name": "text",
"handle": "text",
"link": "text"
}
],
"language": "text",
"code": "text",
"is_default": true,
"created_at": "2026-02-02T17:16:30.270Z",
"updated_at": "2026-02-02T17:16:30.270Z"
}DELETE /api/v2/bypasses/{uid} HTTP/1.1
Accept: */*
GET /api/v2/bypasses HTTP/1.1
Accept: */*
{
"records": [
{
"id": 1,
"name": "text",
"authors": [
{
"name": "text",
"handle": "text",
"link": "text"
}
],
"language": "text",
"code": "text",
"is_default": true,
"created_at": "2026-02-02T17:16:30.270Z",
"updated_at": "2026-02-02T17:16:30.270Z"
}
]
}POST /api/v2/bypasses HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "text",
"language": "text",
"code": "text"
}{
"id": 1,
"name": "text",
"authors": [
{
"name": "text",
"handle": "text",
"link": "text"
}
],
"language": "text",
"code": "text",
"is_default": true,
"created_at": "2026-02-02T17:16:30.270Z",
"updated_at": "2026-02-02T17:16:30.270Z"
}POST /api/v2/bypasses/reset HTTP/1.1
Accept: */*
POST /api/v2/bypasses/reload HTTP/1.1
Accept: */*