การเชื่อมต่อเพื่อใช้งานกับ EX10
Last updated 2 years ago
ผู้ใช้ทำการสร้างบัญชีเริ่มต้นใช้งานกับเรา เพื่อสามารถทำการสร้างโปรเจ็ค และบัญชีแอดมินท่านอื่น
ทำการสร้างบัญชี
USERNAME|AD|LINE
admin@mail.com
securepassword
POST /auth/signup HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 83 { "type": "USERNAME|AD|LINE", "username": "admin@mail.com", "password": "securepassword" }
OK
{ "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "delegateToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }