cURL
curl --request POST \ --url https://{host}/Agent/Account/Info \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "userName": "<string>", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z", "eMail": "<string>", "eMailVerified": "2023-11-07T05:31:56Z", "phoneNr": "<string>", "phoneNrVerified": "2023-11-07T05:31:56Z" }
Gets information about the currently logged in account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success