changes.mady.by.user Marko Milojevic
Saved on Mar 13, 2024
Saved on Mar 18, 2024
...
HTTP Request
# HTTP POST # https://app.dev.thinksurance.de/api/token # 'Content-Type': 'application/json' # 'Accept': 'application/json' { "hash": "some long string value", "secret": "some string value" }
Successful HTTP Response
# HTTP 200 status code # 'Content-Type': 'application/json' { "token": "some long string value", "expired": "2024-01-26 14:54:46" }
Failed HTTP Response
# HTTP 200 status code # 'Content-Type': 'application/json' { "error": "API User is not existing or deactivated." }