API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Orders
Authenticate order
GET
/
orders
/
authenticate
Copy
curl --request GET \
--url https://api.readmin.app/orders/authenticate \
--header 'loader-id: <api-key>'
Copy
{
"success": true,
"message": "<string>"
}
Authorizations
Response
200
application/json
Operation completed successfully
The response is of type object
.
Copy
curl --request GET \
--url https://api.readmin.app/orders/authenticate \
--header 'loader-id: <api-key>'
Copy
{
"success": true,
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.