Test Client
เป็นการตรวจสอบการเชื่อมต่อระบบ
รายละเอียด Endpoint
GET /api/v1/client/
Headers
Name
Value
Authorization
Bearer YOUR_SECRET_TOKEN
x-api-key
YOUR_API_KEY
x-signature
YOUR_BASE64_ENCODED_SIGNATURE
การตอบกลับจาก API (Response Example)
{
"status": "Signature verify success"
}{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}Last updated