Authentication
Last updated
Last updated
POST /api/v1/authenticate HTTP/1.1
Host: app-api.greenencoder.com
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"apiKey": "12345678U5678HG"
}{
"code": "200",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NXyIfLk-PusRbBb-[.....]"
}