changes.mady.by.user Marko Milojevic
Saved on Mar 12, 2024
...
HTTP Request
# HTTP GET # https://ipn.dev.thinksurance.de/api/ipn/professions # # HTTP headers # 'Content-Type': 'application/json' # 'Accept': 'application/json' # 'Authorization': 'Bearer <some long string value>' #
Successful HTTP Response
# HTTP 200 status code # 'Content-Type': 'application/json' [ { "id": 1, "name": "Profession1" }, { "id": 2, "name": "Profession2" } ]
Failed HTTP Response
# HTTP 200 status code # 'Content-Type': 'application/json' { "error": "API User is not existing or deactivated." }