Sign in
Parameter
Example
Type
Required
Description
curl -X POST "https://ppk.geodnet.com/api/user/signin"
-H "Content-Type: application/json"
-d '{"username":"geoduser","password":"geodpass"}'
{
"username": "geoduser",
"password": "geodpass"
}{
"code": 200,
"message": "Success",
"data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }
}Last updated
