Authentication
Obtain a token
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /rest/token HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"cid": "1000011",
"apicode": "password123"
}{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ"
}