Pre-loader

Manage pre-loader content of the system. Ability to create, edit, view, and delete.

Available Endpoints

Method Path Description
GET /api/pre-loader List pre-loader content
GET /api/pre-loader/{id?} View details
POST /api/pre-loader Create new content
PUT /api/pre-loader/{id?} Full update
PATCH /api/pre-loader/{id?} Partial update
DELETE /api/pre-loader/{id?} Delete content

Example Request

curl -X GET "https://example.com/api/pre-loader" \
  -H "Authorization: Bearer {token}"

Success Response (200)

{
  "records": []
}

Errors

Code Description
401 Invalid token
403 Access denied
404 Record not found
422 Validation error
Type to search...